Skip to content
Snippets Groups Projects
Commit 91b612fb authored by Balthazar Wilson's avatar Balthazar Wilson
Browse files

fix: imports and package name

parent 7ce9c60f
No related branches found
No related tags found
No related merge requests found
File moved
...@@ -7,7 +7,7 @@ import ( ...@@ -7,7 +7,7 @@ import (
"log" "log"
"net/http" "net/http"
rad "gitlab.utc.fr/lagruesy/ia04/demos/restagentdemo" rad "gitlab.utc.fr/gvandevi/ia04binome2a"
) )
type RestClientAgent struct { type RestClientAgent struct {
......
...@@ -9,7 +9,7 @@ import ( ...@@ -9,7 +9,7 @@ import (
"sync" "sync"
"time" "time"
rad "ia04" // à remplacer par le nom du dossier actuel rad "gitlab.utc.fr/gvandevi/ia04binome2a" // à remplacer par le nom du dossier actuel
) )
type RestServerAgent struct { type RestServerAgent struct {
......
package ia04binom2a package ia04binome2a
type BallotRequest struct { type BallotRequest struct {
Rule string `json:"rule"` Rule string `json:"rule"`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment