Modèle de projet web pour Go. Instanciable avec l'outil https://forge.cadoles.com/wpetit/scaffold
Go to file
wpetit bdf1e63b06 Initial commit 2020-02-19 22:13:06 +01:00
cmd/server Initial commit 2020-02-19 22:13:06 +01:00
internal Initial commit 2020-02-19 22:13:06 +01: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 Initial commit 2020-02-19 22:13:06 +01:00

README.md.gotpl

# {{ .ProjectName }}

## Démarrer avec les sources

```
make build
```

## FAQ

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

```
make release
```