Skip to content

Commit

Permalink
chore: rename the project to cacao
Browse files Browse the repository at this point in the history
  • Loading branch information
lanthora committed Jul 17, 2024
1 parent 26871b6 commit a4c9f20
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
candy-webui
cacao
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Candy WebUI
# Cacao

Candy Server with Web Control Interface
Candy Server with WebUI
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/lanthora/candy-webui
module github.com/lanthora/cacao

go 1.22.5

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"flag"

"github.com/lanthora/candy-webui/logger"
"github.com/lanthora/cacao/logger"
)

var (
Expand Down

0 comments on commit a4c9f20

Please sign in to comment.