From 0a20cfd1fe3e5e359edb75b0f4d44e4ce5a12554 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Fri, 15 Mar 2024 13:49:49 +0700 Subject: go.mod: update module "pakakeh.go" to tip --- cmd/ciigo-example/static.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd/ciigo-example/static.go') 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 + CommentHeader: `// SPDX-FileCopyrightText: 2019 Shulhan // SPDX-License-Identifier: GPL-3.0-or-later `, PackageName: "main", -- cgit v1.3