vyvanse/vendor/github.com/nishanths/go-xkcd/config.go

8 lines
134 B
Go

package xkcd
// Config represents the settings that a Client will use
// when making requests.
type Config struct {
UseHTTPS bool
}