1
0
mirror of https://github.com/go-micro/go-micro.git synced 2026-05-22 08:55:28 +02:00

move options under config

This commit is contained in:
Asim Aslam
2019-06-12 12:45:42 +01:00
parent a6e09c9249
commit 97967cbe14
10 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"github.com/micro/go-micro/client"
"github.com/micro/go-micro/codec"
"github.com/micro/go-micro/codec/bytes"
"github.com/micro/go-micro/options"
"github.com/micro/go-micro/config/options"
"github.com/micro/go-micro/proxy"
"github.com/micro/go-micro/server"
)