5 Commits

Author SHA1 Message Date
8e039c4ecb disable Git hook inside docker container 2024-07-16 14:55:22 -04:00
1dace08128 Add Dockerfile with go:latest 2024-07-16 14:27:18 +02:00
8b26ecbe5f Restructure project
We previously didn't really had any structure in our project apart
from creating a new folder for each package in our project root.
Now that we have accumulated some packages, we use the well-known
Golang project layout in order to clearly communicate our intent
with packages. See https://github.com/golang-standards/project-layout
2021-07-21 12:55:35 +02:00
7a2f434171 Change default port of Poseidon to 7200 2021-05-05 10:39:36 +00:00
2cb34eb477 Add CI job building the binary and a docker image 2021-04-28 11:12:53 +02:00