Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kravemir authored Nov 19, 2022
1 parent 57dadc7 commit 2688f46
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# go-paybysquare

[![Go Reference](https://pkg.go.dev/badge/github.com/kravemir/go-paybysquare.svg)](https://pkg.go.dev/github.com/kravemir/go-paybysquare)
[![Go Report Card](https://goreportcard.com/badge/github.com/kravemir/go-paybysquare)](https://goreportcard.com/report/github.com/kravemir/go-paybysquare)

Golang library implementing generation of PAY by square QR codes.

## Structure

- [bsqr](bsqr) - BySquare QR code string encoding,
- [bsqrbuilder](bsqrbuilder) - builder for BSQR strings,
- [image](image) - image generation.

## Usage

See [cmd/examples/main.go](cmd/examples/main.go), and run:
Expand Down

0 comments on commit 2688f46

Please sign in to comment.