Documentation ¶ Index ¶ func OpenGitConfig() (io.ReadCloser, error) type Remote func Get(reader io.Reader, name string) (remote *Remote, err error) func GetFromGitConfig(name string) (remote *Remote, err error) func (remote Remote) Repository() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func OpenGitConfig ¶ func OpenGitConfig() (io.ReadCloser, error) Types ¶ type Remote ¶ type Remote struct { URL string Fetch string } func Get ¶ func Get(reader io.Reader, name string) (remote *Remote, err error) func GetFromGitConfig ¶ func GetFromGitConfig(name string) (remote *Remote, err error) func (Remote) Repository ¶ func (remote Remote) Repository() string Source Files ¶ View all Source files remote.go Click to show internal directories. Click to hide internal directories.