qntfy / kazaam

Arbitrary transformations of JSON in Golang
MIT License
283 stars 54 forks source link

added go.mod for module resolution #110

Closed mariotoffia closed 3 years ago

mariotoffia commented 3 years ago

Is it possible to have a go.mod so I can include it using require in go.mod in my project?

Cheers, Mario