diff options
| author | Shulhan <ms@kilabit.info> | 2021-10-11 01:04:52 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-10-11 01:04:52 +0700 |
| commit | ef14597eac6c074ff682e082ae30a9d9c49d10a2 (patch) | |
| tree | dff3d52247de54b8c20f8dbf1fcd5bd881c207aa /internal | |
| parent | edff37e399ea5408971f2fa1b8787bf21d3f5e6b (diff) | |
| download | gorankusu-ef14597eac6c074ff682e082ae30a9d9c49d10a2.tar.xz | |
go.mod: update to latest share and ciigo module
Changes,
* share: fix the HTTP caching using ETag on the server
* share: rename the terminology to generate Go source code to "embed"
* ciigo: check markup modification time before converting to HTML
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/memfs-embed/main.go (renamed from internal/generate-memfs/main.go) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/generate-memfs/main.go b/internal/memfs-embed/main.go index 704086c..04de67f 100644 --- a/internal/generate-memfs/main.go +++ b/internal/memfs-embed/main.go @@ -39,7 +39,7 @@ func main() { log.Fatalf("%s\n", err) } - err = mfs.GoGenerate("trunks", "memfsWWW", "memfs_www_generate.go", "") + err = mfs.GoEmbed("trunks", "memfsWWW", "memfs_www_embed.go", "") if err != nil { mlog.Fatalf("%s\n", err) } |
