1 2 3 4 5 6 7
package config // FCGI for FastCGI server. type FCGI struct { // Address and port to handle as http server. Address string }