feat: gitea client
This commit is contained in:
9
vendor/github.com/alecthomas/kong/guesswidth.go
generated
vendored
Normal file
9
vendor/github.com/alecthomas/kong/guesswidth.go
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
//go:build tinygo || appengine || (!linux && !freebsd && !darwin && !dragonfly && !netbsd && !openbsd)
|
||||
|
||||
package kong
|
||||
|
||||
import "io"
|
||||
|
||||
func guessWidth(w io.Writer) int {
|
||||
return 80
|
||||
}
|
||||
Reference in New Issue
Block a user