Documentation
¶
There is no documentation for this package.
Directories
¶
Path | Synopsis |
---|---|
cloud
|
|
db
|
|
net
|
|
fsp
Package fsp provides a interface for connect fsp server package main import ( "github.com/finove/fsp" "fmt" ) func main() { var err error var fspSession *fsp.Session fspSession, err = fsp.NewSession("127.0.0.1:21", "123456") if err != nil { return } defer fspSession.Close() fmt.Printf("fsp server version: %s\n", fspSession.Version()) }
|
Package fsp provides a interface for connect fsp server package main import ( "github.com/finove/fsp" "fmt" ) func main() { var err error var fspSession *fsp.Session fspSession, err = fsp.NewSession("127.0.0.1:21", "123456") if err != nil { return } defer fspSession.Close() fmt.Printf("fsp server version: %s\n", fspSession.Version()) } |
pkg
|
|
Click to show internal directories.
Click to hide internal directories.