The glamourous AI coding agent for your favourite terminal 💘
1//go:build linux && 386 2 3package editor 4 5func readClipboard(clipboardFormat) ([]byte, error) { 6 return nil, errClipboardPlatformUnsupported 7}