Merge pull request #305 from Quasilyte/patch-1

readme: add missing "go" code block marker
This commit is contained in:
Gunnsteinn Hall 2019-01-08 22:27:16 +00:00 committed by GitHub
commit 9b2f51c655
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,7 +119,7 @@ To use unidoc in your projects, you need to get a license.
Get your license on [https://unidoc.io](https://unidoc.io).
To load your license, simply do:
```
```go
unidocLicenseKey := "... your license here ..."
err := license.SetLicenseKey(unidocLicenseKey)
if err != nil {