small changes

This commit is contained in:
2022-01-14 15:22:10 +01:00
parent 7d4d1f1e96
commit 0d92b1f772

View File

@ -9,8 +9,8 @@ Principles are extracted from :
- https://blog.otso.fr/2020-10-11-organisation-projet-go-standard
```bash
$ go mod init git.metabarcoding.org/lecasofts/go/oa2.git
go: creating new go.mod: module git.metabarcoding.org/lecasofts/go/oa2.git
$ go mod init git.metabarcoding.org/lecasofts/go/obitools.git
go: creating new go.mod: module git.metabarcoding.org/lecasofts/go/obitools.git
```
```bash