Compare commits

...

2 Commits

Author SHA1 Message Date
ludovicMercier 9ef30dc899 create pakage collaborateur 3 years ago
ludovicMercier 2bbf414f38 initialize .gitignore 3 years ago
  1. 1
      .gitignore
  2. 7
      pkg/collaborateur.go

1
.gitignore vendored

@ -0,0 +1 @@
.idea

@ -0,0 +1,7 @@
package collaborateur
type Collaborateur struct {
Nom string `json:"nom"`
Prenom string `json:"prenom"`
Mail string `json:"mail"`
}
Loading…
Cancel
Save