https://github.com/pellared/sampleapp
https://github.com/pellared/sampleapp
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pellared/sampleapp
- Owner: pellared
- License: mit
- Created: 2020-06-10T19:24:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-01T13:38:12.000Z (about 5 years ago)
- Last Synced: 2025-09-23T23:58:36.254Z (9 months ago)
- Language: Makefile
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sampleapp
[](https://github.com/pellared/sampleapp/releases)
[](https://pkg.go.dev/github.com/pellared/sampleapp)
[](go.mod)
[](https://github.com/pellared/sampleapp/actions?query=workflow%3Abuild+branch%3Amaster)
[](https://goreportcard.com/report/github.com/pellared/sampleapp)
## Build
- Terminal: `make` to get help for make targets.
- Terminal: `make all` to execute a full build.
- Visual Studio Code: `Terminal` → `Run Build Task... (CTRL+ALT+B)` to execute a fast build.
## Maintainance
Remember to update Go version in [.github/workflows](.github/workflows), [Makefile](Makefile) and [devcontainer.json](.devcontainer/devcontainer.json).
Notable files:
- [devcontainer.json](.devcontainer/devcontainer.json) - Visual Studio Code Remote Container configuration
- [.github/workflows](.github/workflows) - GitHub Actions workflows
- [.vscode](.vscode) - Visual Studio Code configuration files
- [.golangci.yml](.golangci.yml) - golangci-lint configuration
- [.goreleaser.yml](.goreleaser.yml) - GoReleaser configuration
- [install.sh](install.sh) - build tools installation script
- [Makefile](Makefile) - Make targets used for development, [CI build](.github/workflows) and [.vscode/tasks.json](.vscode/tasks.json)