all repos

json2go @ fc9c7df

convert json to go type annotations

json2go/go.mod (view raw)

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
refactor: use an actual parser instead of reflection..., 11 days ago
1
module olexsmir.xyz/json2go
2
3
go 1.25.3
4
5
tool golang.org/x/tools/cmd/stringer
6
7
require (
8
	golang.org/x/mod v0.36.0 // indirect
9
	golang.org/x/sync v0.20.0 // indirect
10
	golang.org/x/tools v0.45.0 // indirect
11
)