micro-tests/server/http/tools.go

8 lines
93 B
Go
Raw Normal View History

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