first commit

This commit is contained in:
Ole Morud
2022-02-25 04:12:57 +01:00
commit eb8447abe2
10 changed files with 2352 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module github.com/olemorud/replay-parser
go 1.17
require (
github.com/golang/snappy v0.0.4
google.golang.org/protobuf v1.27.1
)