Skip to content

Commit 352440d

Browse files
committed
fake go modification
1 parent e23cb5e commit 352440d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

x_test.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package coderd
2+
3+
import "testing"
4+
5+
func Test_Test(t *testing.T) {
6+
t.Log("hello world")
7+
}

0 commit comments

Comments
 (0)