Modèle de projet web pour Go. Instanciable avec l'outil https://forge.cadoles.com/wpetit/scaffold
Go to file
wpetit c266bfa14b fix(template-service): fix service registration 2020-07-16 16:58:27 +02:00
cmd/server fix(template-service): fix service registration 2020-07-16 16:58:27 +02: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 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
```