Updated CI Dockerfile; fixed formatting & vet

This commit is contained in:
Jef Roosens 2022-02-22 08:14:20 +01:00
parent 6194a3f408
commit 27f59c6664
Signed by untrusted user: Jef Roosens
GPG key ID: B580B976584B5F30
7 changed files with 21 additions and 11 deletions

View file

@ -19,6 +19,7 @@ pub mut:
git_mutex shared util.Dummy
}
// server starts the web server & starts listening for requests
pub fn server() ? {
conf := env.load<env.ServerConfig>() ?