golibused

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 20, 2021 License: Unlicense Imports: 1 Imported by: 0

README

golibused

Collect the libraries used

fspd

fspd -f fspd.conf -p 9531 -d /tmp -P /tmp/fspd.pid

proxy

Documentation

The Go Gopher

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL