Initialize Phase 0 monorepo skeleton (T-001)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package core
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestProductName(t *testing.T) {
|
||||
if ProductName != "SoftBox" {
|
||||
t.Fatalf("ProductName = %q, want %q", ProductName, "SoftBox")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user