diff options
| author | Shulhan <ms@kilabit.info> | 2020-11-11 22:54:26 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2020-11-11 22:54:26 +0700 |
| commit | 9d7fb5db0adf927c30cf3455a12d3cc1bf959250 (patch) | |
| tree | e52be463849fbe2d849996debbbb0d78fb85573d /internal/cmd | |
| parent | 7add2f85b54e9b3b6270fde13ff6f36819ba177c (diff) | |
| download | ciigo-9d7fb5db0adf927c30cf3455a12d3cc1bf959250.tar.xz | |
all: migrate the repo and Go module to git.sr.ht/~shulhan/ciigo
Diffstat (limited to 'internal/cmd')
| -rw-r--r-- | internal/cmd/generate/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cmd/generate/main.go b/internal/cmd/generate/main.go index 2659bd6..1856e54 100644 --- a/internal/cmd/generate/main.go +++ b/internal/cmd/generate/main.go @@ -6,7 +6,7 @@ package main -import "github.com/shuLhan/ciigo" +import "git.sr.ht/~shulhan/ciigo" func main() { ciigo.Generate("./_example", "cmd/ciigo-example/static.go", |
