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

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

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)