Skip to content
Snippets Groups Projects
Commit f1fe89a0 authored by Boris Mühmer's avatar Boris Mühmer
Browse files

changed module name

parent 13725d63
No related branches found
No related tags found
No related merge requests found
package tcphandler package tcpclient
import ( import (
"blubber/client" "blubber/client"
......
...@@ -3,7 +3,7 @@ package main ...@@ -3,7 +3,7 @@ package main
import ( import (
"blubber" "blubber"
"blubber/client" "blubber/client"
"blubber/client/tcphandler" "blubber/client/tcpclient"
"blubber/server" "blubber/server"
"flag" "flag"
"fmt" "fmt"
...@@ -39,7 +39,7 @@ func main() { ...@@ -39,7 +39,7 @@ func main() {
clientConfig := client.Config{ clientConfig := client.Config{
ClientName: nameValue, ClientName: nameValue,
ServerAddrPort: serverValue, ServerAddrPort: serverValue,
ServerType: tcphandler.HandlerName, ServerType: tcpclient.HandlerName,
} }
handler, err := client.New(clientConfig) handler, err := client.New(clientConfig)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment