Hilbish/hilbish.go

12 lines
252 B
Go

// Here is the core api for the hilbi shell itself
// Basically, stuff about the shell itself and other functions
// go here.
package main
type Hilbish struct {
Version string // Hilbish's version
User string // Name of the user
Hostname string
}