Fix wrong module name.

master
Thomas BELLEMBOIS 3 years ago
parent 1effa9436b
commit 9da5f43fc8

@ -1,3 +1,3 @@
module codefirst.ddns.net/git/thomas.bellembois/codefirst-menu/v2 module codefirst.iut.uca.fr/git/thomas.bellembois/codefirst-menu/v2
go 1.19 go 1.19

@ -11,7 +11,7 @@ import (
"path/filepath" "path/filepath"
"strings" "strings"
"codefirst.ddns.net/git/thomas.bellembois/codefirst-menu/v2/menu" "codefirst.iut.uca.fr/git/thomas.bellembois/codefirst-menu/v2/menu"
) )
const ( const (

@ -4,7 +4,7 @@ import (
"bytes" "bytes"
"html/template" "html/template"
"codefirst.ddns.net/git/thomas.bellembois/codefirst-menu/v2/icons" "codefirst.iut.uca.fr/git/thomas.bellembois/codefirst-menu/v2/icons"
) )
var CodeFirstMenu string var CodeFirstMenu string

Loading…
Cancel
Save