diff options
| author | Shulhan <ms@kilabit.info> | 2024-03-21 16:51:56 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-03-21 16:52:51 +0700 |
| commit | 842206eacafa273b63beee4ab8a7de3b000dfa73 (patch) | |
| tree | 29d403e511ee52a9f9b19ca99a2a36ecb3dafe6c /memfs_generate.go | |
| parent | 1b8a3151bbb15322bd22bbff841803c6bc9cd7d0 (diff) | |
| download | rescached-842206eacafa273b63beee4ab8a7de3b000dfa73.tar.xz | |
all: replace module "share" with "pakakeh.go"
The module "share" has been moved to new repository at SourceHut and
we rename it to make it more unique instead of common English words
"share".
Diffstat (limited to 'memfs_generate.go')
| -rw-r--r-- | memfs_generate.go | 8 |
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", |
