Update import path

This commit is contained in:
Alex Yatskov 2023-12-30 19:13:16 -08:00
parent fb321a77b1
commit 063839d80d
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
build

4
go.mod
View File

@ -1,3 +1,3 @@
module foosoft.net/projects/mex
module git.foosoft.net/alex/mex
go 1.20
go 1.21.5

View File

@ -6,7 +6,7 @@ import (
"log"
"os"
"foosoft.net/projects/mex"
"git.foosoft.net/alex/mex"
)
func processPath(inputPath, outputDir string, config mex.ExportConfig) error {