Skip to content
Snippets Groups Projects
Commit 07f137a8 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

changed import

parent 7f3262e0
No related branches found
No related tags found
2 merge requests!116Resolve "Transport Tests",!90Develop
Pipeline #67018 passed with warnings
......@@ -3,9 +3,9 @@ package cli
import (
"code.fbi.h-da.de/cocsn/gosdn/forks/goarista/gnmi"
"code.fbi.h-da.de/cocsn/gosdn/nucleus"
"code.fbi.h-da.de/cocsn/gosdn/nucleus/util"
"code.fbi.h-da.de/cocsn/gosdn/nucleus/util/proto"
"context"
"github.com/golang/protobuf/proto"
pb "google.golang.org/protobuf/proto"
"os"
)
......@@ -46,7 +46,7 @@ func Set() error {
return err
}
if err := util.Write(resp.(proto.Message), "resp-set-system-config-hostname"); err != nil {
if err := proto.Write(resp.(pb.Message), "resp-set-system-config-hostname"); err != nil {
return err
}
return nil
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment