8 lines
75 B
Go
8 lines
75 B
Go
package lang
|
|
|
|
import "testing"
|
|
|
|
func TestMust(t *testing.T) {
|
|
Must(nil)
|
|
}
|