@ -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
}