File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 88 "net/http"
99 "sync"
1010
11- "github.com/acl-dev/master-go "
11+ "github.com/acl-dev/go-service "
1212 "github.com/gin-gonic/gin"
1313)
1414
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ module main
22
33go 1.16
44
5- require github.com/acl-dev/master-go v1.1.0
5+ require github.com/acl-dev/go-service v1.1.1
66
77require github.com/gin-gonic/gin v1.7.7
Original file line number Diff line number Diff line change 55 "fmt"
66 "log"
77 "net"
8- "github.com/acl-dev/master-go "
8+ "github.com/acl-dev/go-service "
99)
1010
1111func onAccept (conn net.Conn ) {
Original file line number Diff line number Diff line change 77 "net"
88 "net/http"
99
10- "github.com/acl-dev/master-go "
10+ "github.com/acl-dev/go-service "
1111)
1212
1313func rootHandler (w http.ResponseWriter , _ * http.Request ) {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module grpc
33go 1.16
44
55require (
6- github.com/acl-dev/master-go v1.0.7
6+ github.com/acl-dev/go-service v1.1.1
77 google.golang.org/grpc v1.43.0
88 google.golang.org/protobuf v1.27.1
99)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010 "sync"
1111 "google.golang.org/grpc"
1212 "google.golang.org/grpc/reflection"
13- "github.com/acl-dev/master-go "
13+ "github.com/acl-dev/go-service "
1414
1515 "grpc/pb"
1616)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package main
33import (
44 "flag"
55 "fmt"
6- "github.com/acl-dev/master-go "
6+ "github.com/acl-dev/go-service "
77 "log"
88 "net/http"
99)
Original file line number Diff line number Diff line change 1- module github.com/acl-dev/master-go
1+ module github.com/acl-dev/go-service
22
33go 1.16
44
You can’t perform that action at this time.
0 commit comments