diff options
| author | Shulhan <ms@kilabit.info> | 2024-03-22 20:11:57 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-03-22 20:12:34 +0700 |
| commit | 62bf073d3d5b55a7e76cf5d9cebefdc9c00cbcee (patch) | |
| tree | ecd71be835eea9fcadca2d1295c3f7dc9c11b371 /internal/cmd/www-awwan/memfs.go | |
| parent | 4ec4ca7d83320151bdc1894f0b2a5d31661ad6b0 (diff) | |
| download | awwan-62bf073d3d5b55a7e76cf5d9cebefdc9c00cbcee.tar.xz | |
all: replace module "share" with "pakakeh.go"
The "share" project has been moved to SourceHut with new name
"pakakeh.go".
Diffstat (limited to 'internal/cmd/www-awwan/memfs.go')
| -rw-r--r-- | internal/cmd/www-awwan/memfs.go | 8 |
1 files changed, 4 insertions, 4 deletions
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", |
