master > master: codego initialisiert

This commit is contained in:
RD
2021-05-09 18:22:12 +02:00
parent f4ee7601fd
commit f1a957db03
17 changed files with 1255 additions and 0 deletions

13
codego/go.mod Normal file
View File

@@ -0,0 +1,13 @@
module logik
go 1.16
require (
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210506161523-0a1c3e3ce1ca
github.com/joho/godotenv v1.3.0
github.com/lithammer/dedent v1.1.0
// siehe https://pkg.go.dev/github.com/stretchr/testify/assert
// und https://github.com/stretchr/testify
github.com/stretchr/testify v1.7.0
golang.org/x/tools v0.1.0
)