Modèle de projet web pour Go. Instanciable avec l'outil https://forge.cadoles.com/wpetit/scaffold
Go to file
wpetit 8982e1dd3f feature(config): allow environment variable override 2020-07-17 11:45:35 +02:00
cmd/server feature(config): allow environment variable override 2020-07-17 11:45:35 +02:00
internal feature(config): allow environment variable override 2020-07-17 11:45:35 +02:00
misc Initial commit 2020-02-19 22:13:06 +01:00
.gitignore.gotpl Initial commit 2020-02-19 22:13:06 +01:00
Makefile.gotpl Initial commit 2020-02-19 22:13:06 +01:00
README.md.gotpl Initial commit 2020-02-19 22:13:06 +01:00
go.mod.gotpl Initial commit 2020-02-19 22:13:06 +01:00
modd.conf Initial commit 2020-02-19 22:13:06 +01:00
scaffold.yml Add scaffolding constraints 2020-02-21 14:24:27 +01:00

README.md.gotpl

# {{ .ProjectName }}

## Démarrer avec les sources

```
make build
```

## FAQ

### Générer une version de distribution

```
make release
```