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

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

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`