Ocean/Log/Web/Scheme/Constants.go

7 lines
182 B
Go
Raw Normal View History

package Scheme
const (
2015-06-17 15:44:52 +00:00
A string = `loga` // Web log line, kind A (different color for each line)
B string = `logb` // Web log line, kind B (different color for each line)
)