Update project name
This commit is contained in:
parent
f7a69132ce
commit
11f600fd8f
|
@ -11,7 +11,7 @@ import (
|
|||
|
||||
// rootCmd represents the base command when called without any subcommands
|
||||
var rootCmd = &cobra.Command{
|
||||
Use: "tiny-chat",
|
||||
Use: "mini-chat",
|
||||
Short: "Application for hosting and joining a simple chat server",
|
||||
|
||||
Long: `Application for hosting and joining a simple chat server`,
|
||||
|
|
|
@ -4,7 +4,7 @@ Copyright © 2024 Raul <raul@bulgariu.xyz>
|
|||
|
||||
package main
|
||||
|
||||
import "chat-tests/cmd"
|
||||
import "mini-chat/cmd"
|
||||
|
||||
func main() {
|
||||
cmd.Execute()
|
||||
|
|
Loading…
Reference in New Issue