https://github.com/xmlking/hello
:paw_prints: basic :squirrel: go project with go modules :package:
https://github.com/xmlking/hello
go go-modules golang hello-world vscode
Last synced: about 1 year ago
JSON representation
:paw_prints: basic :squirrel: go project with go modules :package:
- Host: GitHub
- URL: https://github.com/xmlking/hello
- Owner: xmlking
- Created: 2019-07-06T22:52:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T00:12:15.000Z (over 3 years ago)
- Last Synced: 2025-01-30T05:43:17.479Z (over 1 year ago)
- Topics: go, go-modules, golang, hello-world, vscode
- Language: Dockerfile
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoLang
Guide to setup `golang` development environment on MacOS without admin privileges
```bash
go run hello.go
go test ./...
```