tkrajina/typescriptify-golang-structs

Usage as a library

mozey opened this issue · 1 comments

mozey commented

To use this as a library in my module I had to do this

go get github.com/tkrajina/typescriptify-golang-structs/typescriptify

Just doing this

go get github.com/tkrajina/typescriptify-golang-structs

Results in an error

module found... but does not contain package

Not sure what's the problem, but this to me just works:

mkdir -p tsc_playground && cd tsc_playground && go get github.com/tkrajina/typescriptify-golang-structs