This commit is contained in:
crusader 2018-04-06 21:04:31 +09:00
parent 57ecb91133
commit 6d937770d3

11
external/external.go vendored Normal file
View File

@ -0,0 +1,11 @@
package external
import "git.loafle.net/overflow/gateway/external/grpc"
func InitPackage() {
grpc.InitPackage()
}
func DestroyPackage() {
grpc.DestroyPackage()
}