aboutsummaryrefslogtreecommitdiff
path: root/internal/memfs_wui.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/memfs_wui.go')
-rw-r--r--internal/memfs_wui.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/memfs_wui.go b/internal/memfs_wui.go
index 4c88cce..7188901 100644
--- a/internal/memfs_wui.go
+++ b/internal/memfs_wui.go
@@ -1,11 +1,11 @@
// SPDX-FileCopyrightText: 2021 M. Shulhan <ms@kilabit.info>
// SPDX-License-Identifier: GPL-3.0-or-later
-// 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 internal
import (
- "github.com/shuLhan/share/lib/memfs"
+ "git.sr.ht/~shulhan/pakakeh.go/lib/memfs"
)
func generate__wui() *memfs.Node {
@@ -245,7 +245,7 @@ func init() {
Opts: &memfs.Options{
Root: "_wui",
MaxFileSize: 5242880,
- Includes: []string{
+ Includes: []string{
`.*\.(css|js|html|jpg|png|ico)$`,
},
Excludes: []string{
@@ -255,7 +255,7 @@ func init() {
`_wui/wui`,
},
Embed: memfs.EmbedOptions{
- CommentHeader: `// SPDX-FileCopyrightText: 2021 M. Shulhan <ms@kilabit.info>
+ CommentHeader: `// SPDX-FileCopyrightText: 2021 M. Shulhan <ms@kilabit.info>
// SPDX-License-Identifier: GPL-3.0-or-later
`,
PackageName: "internal",