mirror of
https://github.com/tuxdotrs/trok.git
synced 2025-07-06 20:06:34 +05:30
feat: initial commit with cobra setup
This commit is contained in:
13
internal/client/init.go
Normal file
13
internal/client/init.go
Normal file
@ -0,0 +1,13 @@
|
||||
/*
|
||||
Copyright © 2024 tux <0xtux@pm.me>
|
||||
*/
|
||||
|
||||
package client
|
||||
|
||||
import (
|
||||
"log"
|
||||
)
|
||||
|
||||
func Start(port uint16) {
|
||||
log.Printf("Hello from client: %d", port)
|
||||
}
|
Reference in New Issue
Block a user