implement native xmlenc decrypt function
This commit is contained in:
10
xmlenc/setup_test.go
Normal file
10
xmlenc/setup_test.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package xmlenc
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
. "gopkg.in/check.v1"
|
||||
)
|
||||
|
||||
// Hook up gocheck into the "go test" runner.
|
||||
func Test(t *testing.T) { TestingT(t) }
|
||||
Reference in New Issue
Block a user