Declare correct module name

This commit is contained in:
2022-07-10 17:55:47 -04:00
parent f1c090f4cb
commit 206e6d6110
4 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ import (
"log"
"os"
"git.meatballhat.com/x/box-o-sand/argh"
"git.meatballhat.com/x/argh"
"github.com/davecgh/go-spew/spew"
)