Skip to content

Commit bcf3184

Browse files
chressiestapelberg
authored andcommitted
glog/internal/logsink: add logsink tests
1 parent 6b9d7f7 commit bcf3184

File tree

3 files changed

+633
-0
lines changed

3 files changed

+633
-0
lines changed

go.mod

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
module github.com/golang/glog
22

33
go 1.19
4+
5+
require github.com/google/go-cmp v0.6.0 // indirect

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
2+
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=

0 commit comments

Comments
 (0)