diff options
| author | Shulhan <ms@kilabit.info> | 2024-03-15 13:49:49 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-03-15 13:49:49 +0700 |
| commit | 0a20cfd1fe3e5e359edb75b0f4d44e4ce5a12554 (patch) | |
| tree | 39c7c66ebacd3947136f88a31b2ed5e2be190b9c /cmd/ciigo-example | |
| parent | b947c36942369177bb6f6afc02e1d76b333c2d70 (diff) | |
| download | ciigo-0a20cfd1fe3e5e359edb75b0f4d44e4ce5a12554.tar.xz | |
go.mod: update module "pakakeh.go" to tip
Diffstat (limited to 'cmd/ciigo-example')
| -rw-r--r-- | cmd/ciigo-example/static.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/ciigo-example/static.go b/cmd/ciigo-example/static.go index 603b7f9..4dcc4d2 100644 --- a/cmd/ciigo-example/static.go +++ b/cmd/ciigo-example/static.go @@ -196,7 +196,7 @@ func init() { Opts: &memfs.Options{ Root: "_example", MaxFileSize: 5242880, - Includes: []string{ + Includes: []string{ }, Excludes: []string{ `.*\.adoc$`, @@ -204,7 +204,7 @@ func init() { `^\..*`, }, Embed: memfs.EmbedOptions{ - CommentHeader: `// SPDX-FileCopyrightText: 2019 Shulhan <ms@kilabit.info> + CommentHeader: `// SPDX-FileCopyrightText: 2019 Shulhan <ms@kilabit.info> // SPDX-License-Identifier: GPL-3.0-or-later `, PackageName: "main", |
