To make the installation of your SDK easy, consider using "go module". Setting un "go.mod" file allows developer to refer the url of the repository and go automatically download it as a dependency.
Ref: https://gist.github.com/brutella/74cb81d197caa1cb62101292a550c2db
To make the installation of your SDK easy, consider using "go module". Setting un "go.mod" file allows developer to refer the url of the repository and go automatically download it as a dependency.
Ref: https://gist.github.com/brutella/74cb81d197caa1cb62101292a550c2db