diff options
| author | Shulhan <ms@kilabit.info> | 2024-04-17 23:51:53 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-04-18 00:41:07 +0700 |
| commit | a28f1684d9b427149f7a8f03f865bdf57eafc08e (patch) | |
| tree | a9b9244afedef99490d453672dc8b56e662f90bf /cmd/kamusd/main.go | |
| parent | 51d14a2686c8ec0dbd876312dd76eec54df0d617 (diff) | |
| download | kamusku-a28f1684d9b427149f7a8f03f865bdf57eafc08e.tar.xz | |
all: rename the module to "kamusku"
Diffstat (limited to 'cmd/kamusd/main.go')
| -rw-r--r-- | cmd/kamusd/main.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/kamusd/main.go b/cmd/kamusd/main.go index c37eb59..e9999f7 100644 --- a/cmd/kamusd/main.go +++ b/cmd/kamusd/main.go @@ -8,13 +8,13 @@ import ( "os" "os/signal" - "git.sr.ht/~shulhan/kamusd" + "git.sr.ht/~shulhan/kamusku" ) func main() { - log.SetPrefix("kamusd: ") + log.SetPrefix(`kamusd: `) - server, err := kamusd.NewServer("") + server, err := kamusku.NewServer(``) if err != nil { log.Fatal(err) } |
