gPanel/vendor/github.com/george-e-shaw-iv/nixtools/nixtools.go

10 lines
No EOL
241 B
Go

// Package nixtools is a toolkit for various linux
// system operations.
package nixtools
// Type user is a struct that has functions attached to
// it that require a username to properly carry out.
type User struct {
ID int
Name string
}