aboutsummaryrefslogtreecommitdiff
path: root/internal/cmd/www-awwan
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cmd/www-awwan')
-rw-r--r--internal/cmd/www-awwan/main.go5
-rw-r--r--internal/cmd/www-awwan/memfs.go8
2 files changed, 7 insertions, 6 deletions
diff --git a/internal/cmd/www-awwan/main.go b/internal/cmd/www-awwan/main.go
index e78380a..3842587 100644
--- a/internal/cmd/www-awwan/main.go
+++ b/internal/cmd/www-awwan/main.go
@@ -14,9 +14,10 @@ import (
"path/filepath"
"syscall"
- "git.sr.ht/~shulhan/awwan/internal"
"git.sr.ht/~shulhan/ciigo"
- "github.com/shuLhan/share/lib/memfs"
+ "git.sr.ht/~shulhan/pakakeh.go/lib/memfs"
+
+ "git.sr.ht/~shulhan/awwan/internal"
)
const defAddress = `127.0.0.1:4358`
diff --git a/internal/cmd/www-awwan/memfs.go b/internal/cmd/www-awwan/memfs.go
index d4eca83..2cec5b7 100644
--- a/internal/cmd/www-awwan/memfs.go
+++ b/internal/cmd/www-awwan/memfs.go
@@ -1,9 +1,9 @@
-// Code generated by github.com/shuLhan/share/lib/memfs DO NOT EDIT.
+// Code generated by git.sr.ht/~shulhan/pakakeh.go/lib/memfs DO NOT EDIT.
package main
import (
- "github.com/shuLhan/share/lib/memfs"
+ "git.sr.ht/~shulhan/pakakeh.go/lib/memfs"
)
func generate__wui_doc() *memfs.Node {
@@ -211,7 +211,7 @@ func init() {
Opts: &memfs.Options{
Root: "_wui/doc",
MaxFileSize: 5242880,
- Includes: []string{
+ Includes: []string{
},
Excludes: []string{
`.*\.adoc$`,
@@ -219,7 +219,7 @@ func init() {
`^\..*`,
},
Embed: memfs.EmbedOptions{
- CommentHeader: ``,
+ CommentHeader: ``,
PackageName: "main",
VarName: "MemfsWww",
GoFileName: "internal/cmd/www-awwan/memfs.go",