2 Commits

Author SHA1 Message Date
51b4029a79 Changed project name to include repo path 2024-08-25 15:30:40 -04:00
a1f804ac38 Used absolute import path 2024-08-25 15:30:23 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,9 +1,9 @@
package main package main
import ( import (
"ccat/stack"
"embed" "embed"
"errors" "errors"
"gitea.twomorecents.org/Rockingcool/ccat/stack"
"io/fs" "io/fs"
"os" "os"
"path/filepath" "path/filepath"

2
go.mod
View File

@@ -1,4 +1,4 @@
module ccat module gitea.twomorecents.org/Rockingcool/ccat
go 1.22.5 go 1.22.5