Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozhiingithub/text2qrcode
基于gin和go-qrcode的在线文本转二维码的web项目
https://github.com/mozhiingithub/text2qrcode
gin go go-qrcode golang html template
Last synced: about 1 month ago
JSON representation
基于gin和go-qrcode的在线文本转二维码的web项目
- Host: GitHub
- URL: https://github.com/mozhiingithub/text2qrcode
- Owner: mozhiingithub
- Created: 2020-04-10T13:28:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T13:29:24.000Z (over 4 years ago)
- Last Synced: 2024-02-01T04:51:43.367Z (11 months ago)
- Topics: gin, go, go-qrcode, golang, html, template
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# text2qrcode
text2qrcode是基于[gin](https://github.com/gin-gonic/gin)和[go-qrcode](https://github.com/skip2/go-qrcode)的在线文本转二维码的web项目。## 运行
```
go run main.go
```