Documentation
¶
Index ¶
Constants ¶
View Source
const (
TEMPLATEPATH = "templates/*html"
)
Variables ¶
View Source
var NegList []string
View Source
var PosList []string
Functions ¶
func CheckPort ¶
CheckPort: checks if the program is enable to
listen on the <n>th port
ex. CheckPort(7100) -> false ex. CheckPort(7101) -> true
func GenColors ¶
func GenColors(n int, generator gamut.ColorGenerator) []string
generates hexcolors via generator
func SetupRoutes ¶
func SetupRoutes()
Types ¶
type Integer ¶
make a type called Integer that uses Generics to make all integers try to function similiarly
type WheelSlice ¶
func ParseStringMessage ¶
func ParseStringMessage(message string) []WheelSlice
type WheelPie []WheelSlice
Click to show internal directories.
Click to hide internal directories.