First commit

This project shall offer a iRacing telemetry parser with as little
dependencies as possible
This commit is contained in:
2024-10-26 22:56:42 +01:00
commit e1a478d9b5
7 changed files with 837 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
module ibtReader
go 1.23.2
require gopkg.in/yaml.v3 v3.0.1