An open API service indexing awesome lists of open source software.

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:

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 ./...
```