feat(test): init commit

main
jaronnie 2 years ago
parent 38a1995a46
commit 1df6a1c19c

@ -0,0 +1,3 @@
module git.jaronnie.com/test
go 1.18

@ -0,0 +1,6 @@
package test
type TestStruct struct {
A int
B string
}
Loading…
Cancel
Save