Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWorkspace ¶
func UpdateUser ¶
func UpdateUser(user, email string)
Types ¶
type Child ¶
type Child struct {
// Relative to the top level of the workspace.
// Keeping it relative makes it relocatable.
RelativePath string
// native git ftw.
Repository *git.Repository
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.