Smithy code generators for Go.
WARNING: All interfaces are subject to change.
Note: These steps assume your current working directory is
smithy-go/codegen(the directory that contains this README)
- Install Java 17. If you have multiple versions of Java installed on OSX, use
export JAVA_HOME=/usr/libexec/java_home -v 17``. Java 14 is not compatible with Grade 5.x - Install Go 1.17 (follow directions for your platform)
- Use
./gradlewto automatically install the correct gradle version.brew install gradlewill install Gradle 6.x which is not compatible. ./gradlew testto run the basic tests.cd smithy-go-codegen-test; ../gradlew buildto run the codegen tests.
Note: since gradlew is a script within
smithy-go/codegen, you need to use an appropriate relative path to access it from within the repo.
This project is licensed under the Apache-2.0 License.