Change to HTTP Model (#5)
This commit is contained in:
committed by
GitHub
parent
fe0d09d582
commit
63fc025070
12
cmd/start.go
Normal file
12
cmd/start.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"os"
|
||||
)
|
||||
|
||||
func (c *Client) Start() error {
|
||||
processId := os.Getpid()
|
||||
fmt.Println(processId)
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user