index
:
rafta.git
master
Really, Another F*cking Todo App?!
Benjamin Chausse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
util
/
context.go
blob: e7cbab2772d55bef4cf6c6a305473b62ac79cf40 (
plain
)
1
2
3
4
5
6
7
8
package util type ContextKey uint8 const ( DBKey ContextKey = iota ReqIDKey )