Update import path
This commit is contained in:
parent
fb321a77b1
commit
063839d80d
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
build
|
4
go.mod
4
go.mod
@ -1,3 +1,3 @@
|
||||
module foosoft.net/projects/mex
|
||||
module git.foosoft.net/alex/mex
|
||||
|
||||
go 1.20
|
||||
go 1.21.5
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user