t2/views/context.go

6 lines
76 B
Go

package views
type contextKey string
var PathContext = contextKey("path")