chore: vendor clipboard into go package
This commit is contained in:
14
packages/tui/clipboard/export_test.go
Normal file
14
packages/tui/clipboard/export_test.go
Normal file
@@ -0,0 +1,14 @@
|
||||
// Copyright 2021 The golang.design Initiative Authors.
|
||||
// All rights reserved. Use of this source code is governed
|
||||
// by a MIT license that can be found in the LICENSE file.
|
||||
//
|
||||
// Written by Changkun Ou <changkun.de>
|
||||
|
||||
package clipboard
|
||||
|
||||
// for debugging errors
|
||||
var (
|
||||
Debug = debug
|
||||
ErrUnavailable = errUnavailable
|
||||
ErrCgoDisabled = errNoCgo
|
||||
)
|
||||
Reference in New Issue
Block a user