func()

in terminal_settings.go [33:35]


func (t *TerminalSettings) URL() (*url.URL, error) {
	return url.Parse(t.Url)
}