Initial commit
.gitignore
0 → 100644
Makefile
0 → 100644
README.rst
0 → 100644
combinedlog/log.go
0 → 100644
combinedlog/log_test.go
0 → 100644
go.mod
0 → 100644
module combinedlog | ||
go 1.19 | ||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/stretchr/testify v1.8.0 // indirect | ||
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
go.sum
0 → 100644
main.go
0 → 100644
Please register or sign in to comment