Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-02-27 19:51:56 +03:00
parent 2f268806ef
commit bca1d3570f
10 changed files with 108 additions and 342 deletions

7
server/http/tools.go Normal file
View File

@@ -0,0 +1,7 @@
// +build tools
package http
import (
_ "github.com/unistack-org/micro-proto/openapiv2"
)