Update project name

This commit is contained in:
raul 2024-04-25 10:29:47 +02:00
parent f7a69132ce
commit 11f600fd8f
2 changed files with 2 additions and 2 deletions

View File

@ -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`,

View File

@ -4,7 +4,7 @@ Copyright © 2024 Raul <raul@bulgariu.xyz>
package main
import "chat-tests/cmd"
import "mini-chat/cmd"
func main() {
cmd.Execute()