github.com/l3x/learn-fp-go@v0.0.0-20171228022418-7639825d0b71/4-purely-functional/ch09-functor-monoid/09_clock_functor/config.toml (about) 1 # Runtime environment 2 app_env = "development" 3 am_hours = [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] 4 pm_hours = [ 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 0 ]