Skip to content

Commit 7a4861c

Browse files
go mod file added
1 parent 350adc5 commit 7a4861c

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ require (
66
google.golang.org/grpc v1.39.0
77
google.golang.org/protobuf v1.27.1
88
)
9+

go.sum

+1
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,4 @@ gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
111111
gopkg.in/yaml.v2 v2.2.3/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
112112
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
113113
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
114+

logClient/main.go

+1
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ func main() {
3838
}
3939
log.Printf("Greeting: %s", r.GetMessage())
4040
}
41+

logServer/main.go

+1
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ func main() {
5050
log.Fatalf("failed to serve: %v", err)
5151
}
5252
}
53+

0 commit comments

Comments
 (0)