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
- Host: GitHub
- URL: https://github.com/object88/langd-example
- Owner: object88
- License: mit
- Created: 2018-06-21T20:20:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T06:56:05.000Z (over 7 years ago)
- Last Synced: 2025-01-29T17:29:04.422Z (over 1 year ago)
- Language: Go
- Size: 887 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```