The glamourous AI coding agent for your favourite terminal 💘
1package expctxkeys 2 3// CloseNotifierKey is a context.Context Value key. Its associated value should be a 4// Notifier. 5type CloseNotifierKey struct{}