Modèle de projet web pour Go. Instanciable avec l'outil https://forge.cadoles.com/wpetit/scaffold
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
wpetit 8982e1dd3f feature(config): allow environment variable override 3 years ago
cmd/server feature(config): allow environment variable override 3 years ago
internal feature(config): allow environment variable override 3 years ago
misc Initial commit 3 years ago
.gitignore.gotpl Initial commit 3 years ago
Makefile.gotpl Initial commit 3 years ago
README.md.gotpl Initial commit 3 years ago
go.mod.gotpl Initial commit 3 years ago
modd.conf Initial commit 3 years ago
scaffold.yml Add scaffolding constraints 3 years ago

README.md.gotpl

# {{ .ProjectName }}

## Démarrer avec les sources

```
make build
```

## FAQ

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

```
make release
```