This website requires JavaScript.
Explore
Help
Sign in
glenux-archive
/
spf13--cobra
Watch
1
Star
0
Fork
You've already forked spf13--cobra
0
mirror of
https://github.com/spf13/cobra
synced
2025-05-05 12:57:22 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
755e6f0a04
spf13--cobra
/
cobra
/
helpers_test.go
10 lines
107 B
Go
Raw
Normal View
History
Unescape
Escape
refactor: move cobra/cmd/* to cobra/
2019-03-19 01:32:43 +01:00
package
main
Use golangci-lint (#1044) Use golangci-lint. Repair warnings and errors resulting from linting.
2021-02-08 00:08:50 +00:00
import
"testing"
func
assertNoErr
(
t
*
testing
.
T
,
e
error
)
{
if
e
!=
nil
{
t
.
Error
(
e
)
}
}
Reference in a new issue
Copy permalink