initial import
This commit is contained in:
7
core/lang/lang_test.go
Normal file
7
core/lang/lang_test.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package lang
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestMust(t *testing.T) {
|
||||
Must(nil)
|
||||
}
|
||||
Reference in New Issue
Block a user