https://github.com/darkweak/golang-starter
Starter repository to deep dive into Golang language
https://github.com/darkweak/golang-starter
Last synced: over 1 year ago
JSON representation
Starter repository to deep dive into Golang language
- Host: GitHub
- URL: https://github.com/darkweak/golang-starter
- Owner: darkweak
- Created: 2020-09-21T06:50:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-12T01:48:22.000Z (over 5 years ago)
- Last Synced: 2023-03-04T04:29:28.306Z (over 3 years ago)
- Language: Go
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup
## Auto install (Linux/MacOS)
Simply run
```shell script
$ git clone https://github.com/Darkweak/golang-starter && cd golang-starter && make prepare
```
Either you can install go binary from [here](https://golang.org/doc/install)