This website works better with JavaScript.
Explore
Help
Register
Sign In
mogfee
/
kit
Watch
1
Star
0
Fork
You've already forked kit
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
97
Commits
2
Branches
0
Tags
18 MiB
Tag:
Branch:
Tree:
65d1741df2
feat/rest
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '65d1741df2'
${ noResults }
kit
/
log
/
global_test.go
10 lines
85 B
Raw
Normal View
History
Unescape
Escape
log
2 years ago
package
log
import
(
"testing"
)
func
TestDebug
(
t
*
testing
.
T
)
{
Debug
(
"debug"
)
}