5 lines
83 B
Go
5 lines
83 B
Go
|
package domain
|
||
|
|
||
|
type contextKey string
|
||
|
|
||
|
var UserNameContext contextKey = "username"
|