Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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