- Go 1.22 or later
go build -o uts-proxy .go test -race -v ./...This project uses standard Go formatting. Before submitting a PR:
go vet ./...
gofmt -l .- Fork this repository
- Create a feature branch from
main - Make your changes
- Ensure tests pass:
go test -race ./... - Submit a pull request
If you find a bug or have a feature request, please open an issue.
By contributing to this project, you agree that your contributions will be licensed under the Apache License 2.0.