type netrcLine … func parseNetrc(data string) []netrcLine { … } func netrcPath() (string, error) { … } var readNetrc …