https://github.com/openhacking/go-api
go api demo
https://github.com/openhacking/go-api
Last synced: about 1 year ago
JSON representation
go api demo
- Host: GitHub
- URL: https://github.com/openhacking/go-api
- Owner: openHacking
- Created: 2021-10-17T12:48:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-22T05:25:19.000Z (over 4 years ago)
- Last Synced: 2025-02-01T07:26:35.594Z (over 1 year ago)
- Language: Go
- Size: 5.88 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-api
## Introduction
1. `hello`: test `search` module
2. `search`: shared FTS search module
3. `service`: api service
## Reference
- [create-module](https://golang.org/doc/tutorial/create-module)
- [web-service-gin](https://golang.org/doc/tutorial/web-service-gin)
- [enwiki-latest-abstract1.xml.gz](https://dumps.wikimedia.org/enwiki/latest/enwiki-latest-abstract1.xml.gz)
- [golang-full-text-search-engine](https://mojotv.cn/go/golang-full-text-search-engine)
- [simplefts](https://github.com/akrylysov/simplefts)
- [彻底解决 Golang 获取当前项目绝对路径问题](https://tehub.com/a/44BceBfRK0)