go-zero/core/lang/lang_test.go
2020-07-26 17:09:05 +08:00

8 lines
75 B
Go

package lang
import "testing"
func TestMust(t *testing.T) {
Must(nil)
}