Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arsulegai/qr-code-generator
QR code generating tool in Golang
https://github.com/arsulegai/qr-code-generator
golang qr-code qrcode qrcode-generator
Last synced: about 1 month ago
JSON representation
QR code generating tool in Golang
- Host: GitHub
- URL: https://github.com/arsulegai/qr-code-generator
- Owner: arsulegai
- Created: 2020-01-25T15:36:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-25T15:37:15.000Z (about 5 years ago)
- Last Synced: 2024-11-12T20:48:42.812Z (3 months ago)
- Topics: golang, qr-code, qrcode, qrcode-generator
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR Code Generator
Reads a file, converts the contents of the file to the QR code.
## Dependencies
- Go 1.13
## How to Build?
Run the following command
```shell_script
$ go build
```