func init() { start.Do(func() { setAvailablePort() go web.Start(port) }) }
func main() { web.Start(os.Getenv("PORT")) }