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

https://github.com/object88/langd-example

Example project used to test langd
https://github.com/object88/langd-example

Last synced: about 1 year ago
JSON representation

Example project used to test langd

Awesome Lists containing this project

README

          

# langd-example

Example project used to test langd

## Building & running for linux (using Docker)

``` sh
GOOS=linux go build -o bin/uuidgen-linux main/main.go
docker run -it --mount type=bind,source=$(pwd)/bin,target=/run alpine:3.7 /run/uuidgen-linux generate
```