Parsing and bridging between the CSV struct and proto done

This commit is contained in:
cdricms
2024-04-28 17:43:39 +02:00
parent 041c9378c7
commit 25e4296fdb
11 changed files with 1600 additions and 157 deletions

5
go.mod
View File

@@ -1,3 +1,8 @@
module git.cems.dev/cdricms/bdooc
go 1.22.2
require (
github.com/golang/protobuf v1.5.4 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)