更改包名

master v1.0.5
liuzhiguo 6 months ago
parent 066e4f1194
commit 8805562e2d

@ -6,7 +6,7 @@ import (
"log"
"os"
"git.awesome-for.me/liuzhiguo/envsubst/v2"
"git.awesome-for.me/liuzhiguo/envsubst"
)
func main() {

@ -6,7 +6,7 @@ import (
"unicode"
"unicode/utf8"
"git.awesome-for.me/liuzhiguo/envsubst/v2/path"
"git.awesome-for.me/liuzhiguo/envsubst/path"
)
// defines a parameter substitution function.

@ -1,4 +1,4 @@
module git.awesome-for.me/liuzhiguo/envsubst/v2
module git.awesome-for.me/liuzhiguo/envsubst
require github.com/google/go-cmp v0.6.0

@ -5,7 +5,7 @@ import (
"io"
"io/ioutil"
"git.awesome-for.me/liuzhiguo/envsubst/v2/parse"
"git.awesome-for.me/liuzhiguo/envsubst/parse"
)
// state represents the state of template execution. It is not part of the

Loading…
Cancel
Save