コード例 #1
0
ファイル: god_cli.go プロジェクト: rrudduck/golang-stuff
func configuration(conn *client.Conn, args []string) {
	fmt.Println(conn.Configuration())
}