Some cool code gen stuff

This commit is contained in:
bloeys
2022-10-24 06:28:08 +04:00
parent 8ce189f9cd
commit a648550835
5 changed files with 216 additions and 2 deletions

7
go.mod
View File

@ -1,3 +1,10 @@
module github.com/bloeys/cogo
go 1.18
require golang.org/x/tools v0.2.0
require (
golang.org/x/mod v0.6.0 // indirect
golang.org/x/sys v0.1.0 // indirect
)