https://github.com/tilt-dev/tilt-example-go
An example project that demonstrates live Go development in Kubernetes
https://github.com/tilt-dev/tilt-example-go
Last synced: about 1 year ago
JSON representation
An example project that demonstrates live Go development in Kubernetes
- Host: GitHub
- URL: https://github.com/tilt-dev/tilt-example-go
- Owner: tilt-dev
- License: apache-2.0
- Created: 2020-03-09T16:11:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-15T19:25:29.000Z (over 2 years ago)
- Last Synced: 2025-04-18T07:52:11.112Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 9.04 MB
- Stars: 30
- Watchers: 3
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tilt-example-go
[](https://circleci.com/gh/tilt-dev/tilt-example-go)
An example project that demonstrates a live-updating Go server in Kubernetes. Read [doc](https://docs.tilt.dev/example_go.html).
- [0-base](0-base): The simplest way to start
- [1-measured](1-measured): Use `local_resource` to measure your deployment time
- [2-optimized](2-optimized): Compile Go binaries and copy them into Docker
- [3-recommended](3-recommended): Live-update compiled binaries
## Other Examples
- [tests-example](tests-example): an example of how to use Tilt to run your tests for you as you iterate
## License
Copyright 2022 Docker, Inc.
Licensed under [the Apache License, Version 2.0](LICENSE)