summaryrefslogtreecommitdiff
path: root/memfs_generate.go
diff options
context:
space:
mode:
Diffstat (limited to 'memfs_generate.go')
-rw-r--r--memfs_generate.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/memfs_generate.go b/memfs_generate.go
index d2645bd..eb846eb 100644
--- a/memfs_generate.go
+++ b/memfs_generate.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 rescached
import (
- "github.com/shuLhan/share/lib/memfs"
+ "git.sr.ht/~shulhan/pakakeh.go/lib/memfs"
)
func generate__www() *memfs.Node {
@@ -448,7 +448,7 @@ func init() {
Opts: &memfs.Options{
Root: "_www",
MaxFileSize: 5242880,
- Includes: []string{
+ Includes: []string{
`.*\.css$`,
`.*\.html$`,
`.*\.js$`,
@@ -457,7 +457,7 @@ func init() {
Excludes: []string{
},
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: "rescached",