mirror of
https://github.com/krau/SaveAny-Bot.git
synced 2026-08-29 20:26:42 +08:00
Co-authored-by: krau <71133316+krau@users.noreply.github.com>
7 lines
132 B
Go
7 lines
132 B
Go
package ctxkey
|
|
|
|
// ENUM(content-length)
|
|
//
|
|
//go:generate go-enum --values --names --flag --nocase --noprefix
|
|
type ContextKey string
|