//
pkg.gl
Category
github.com/RanchoCooper/go-by-demos
example
enums
package
0.0.0-20241204082207-b2108875d948
Repository:
https://github.com/ranchocooper/go-by-demos.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
25 SLOC
#
Constants
Friday
EnumIndex = 6.
Monday
EnumIndex = 2.
Saturday
EnumIndex = 7.
Sunday
EnumIndex = 1.
Thursday
EnumIndex = 5.
Tuesday
EnumIndex = 3.
Wednesday
EnumIndex = 4.
#
Type aliases
Weekday
Weekday - Custom type to hold value for weekday ranging from 1-7.