Newer
Older
minecraft-ui / internal / config / const.go
Simon Lindgren on 10 Mar 2018 120 bytes first commit
package config

import "time"

const (
	DefaultHTTPClientTimeout = 25 * time.Second
	defaultPort              = "8080"
)