diff options
| author | Shulhan <ms@kilabit.info> | 2024-03-05 16:55:47 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-03-05 16:55:47 +0700 |
| commit | 1aea2ed68daac201fd7aaf2b047ca34558999f63 (patch) | |
| tree | 87b9e9f40962b5df76fbf78d38cf68528e241a3f /cmd/ciigo-example/static.go | |
| parent | b97be92c238e766dafa80dcfeae92987f016b895 (diff) | |
| download | ciigo-1aea2ed68daac201fd7aaf2b047ca34558999f63.tar.xz | |
all: replace module "share" with "pakakeh.go"
Diffstat (limited to 'cmd/ciigo-example/static.go')
| -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 90695e0..603b7f9 100644 --- a/cmd/ciigo-example/static.go +++ b/cmd/ciigo-example/static.go @@ -1,11 +1,11 @@ // SPDX-FileCopyrightText: 2019 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 main import ( - "github.com/shuLhan/share/lib/memfs" + "git.sr.ht/~shulhan/pakakeh.go/lib/memfs" ) func generate__example() *memfs.Node { |
