Fixed TLD in module path

This commit is contained in:
2019-03-21 22:30:27 -06:00
parent 4df112cf44
commit 797d92a96b
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
package main
import (
h "gitlab.codemonkeysoftware.com/b/hatmill"
h "gitlab.codemonkeysoftware.net/b/hatmill"
"os"
)