├── LICENSE ├── README.md ├── go.mod ├── go.sum ├── main.go ├── weaver.toml └── weaver_gen.go /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceWeaver/template/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceWeaver/template/HEAD/README.md -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceWeaver/template/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceWeaver/template/HEAD/go.sum -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceWeaver/template/HEAD/main.go -------------------------------------------------------------------------------- /weaver.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceWeaver/template/HEAD/weaver.toml -------------------------------------------------------------------------------- /weaver_gen.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceWeaver/template/HEAD/weaver_gen.go --------------------------------------------------------------------------------