1 2 3 4 5 6 7 8 9 10
package ssh type Server struct{} type Config struct { Net string `scfg:"net"` Addr string `scfg:"addr"` Key string `scfg:"key"` Root string `scfg:"root"` }