moth/cmd/mothd/mothballs_test.go

10 lines
90 B
Go

package main
import (
"testing"
)
func TestMothballs(t *testing.T) {
t.Error("moo")
}