Initialize repository

This commit is contained in:
Thilo Karraß 2020-09-08 09:22:31 +02:00
commit 6c6ca63463
2 changed files with 9 additions and 0 deletions

6
README.md Normal file
View File

@ -0,0 +1,6 @@
opier
=====
Opier generates Go code from [OpenAPI YAML](http://spec.openapis.org/oas/v3.0.3) files.

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module udico.de/opier
go 1.14