diff options
author | EuAndreh <eu@euandre.org> | 2024-10-30 06:14:06 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-10-30 06:14:06 -0300 |
commit | 9f1cc9ee4163942088687a8c4b7303771f617f9c (patch) | |
tree | 5a83048c599a723ff7f6aa95f06f2d641782f4bd /src/main.go | |
parent | .gitignore: Include pattern for cgo (diff) | |
download | dedo-9f1cc9ee4163942088687a8c4b7303771f617f9c.tar.gz dedo-9f1cc9ee4163942088687a8c4b7303771f617f9c.tar.xz |
Rename "gkv" -> "dedo"
Diffstat (limited to 'src/main.go')
-rw-r--r-- | src/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.go b/src/main.go index 996b5b4..0590971 100644 --- a/src/main.go +++ b/src/main.go @@ -1,7 +1,7 @@ package main -import "gkv" +import "dedo" func main() { - gkv.Main() + dedo.Main() } |