Docker setup and read yaml
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
module rest-cobol
|
||||
|
||||
go 1.26.4
|
||||
|
||||
require gopkg.in/yaml.v3 v3.0.1
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
module rest-cobol
|
||||
|
||||
go 1.26.4
|
||||
|
||||
require gopkg.in/yaml.v3 v3.0.1
|
||||