https://github.com/vikyd/go-example
simple project of Golang with only one dependency
https://github.com/vikyd/go-example
Last synced: 12 months ago
JSON representation
simple project of Golang with only one dependency
- Host: GitHub
- URL: https://github.com/vikyd/go-example
- Owner: vikyd
- Created: 2020-09-21T07:32:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-23T01:12:11.000Z (over 5 years ago)
- Last Synced: 2023-03-04T17:02:37.322Z (over 3 years ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-example
simple project of Golang with only one dependency
- only one dependency: github.com/google/uuid
- no any sub dependency
- some simple calling of Golang standard library
# Build & Run
```sh
# build
go build
# run
go run main.go
```
# Debug
VSCode: `.vscode/launch.json`
GoLand: `.idea`