Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/i-harbor/iharbor-golang

Harbor webserver developed in golang
https://github.com/i-harbor/iharbor-golang

gin gorm

Last synced: about 2 months ago
JSON representation

Harbor webserver developed in golang

Awesome Lists containing this project

README

        

Harbor webserver developed by golang
Gin + Gorm

#### 依赖包被墙的问题
(1) 包github.com/swaggo/swag/cmd/swag依赖包golang.org/x/text。
>下载github.com/golang/text放到路径{gopath}/src/golang.org/x/下。

(2) github.com/swaggo/gin-swagger依赖golang.org/x/net。
> 下载github.com/golang/net放到路径{gopath}/src/golang.org/x/下。