golang-design / clipboard

📋 cross-platform clipboard package that supports accessing text and image in Go (macOS/Linux/Windows/Android/iOS)
https://golang.design/x/clipboard
MIT License
579 stars 64 forks source link

Remove unused `const` and `type` #44

Closed y-yagi closed 1 year ago

y-yagi commented 1 year ago

It seems some const and type are unused. This PR just removed those.