Diese Webseite funktioniert besser mit JavaScript.
Startseite
Erkunden
Hilfe
Anmelden
TimDing
/
pkg
geforkt von
links123.com/pkg
Beobachten
1
Favorisieren
0
Fork
0
Code
Issues
0
Pull-Requests
0
Releases
0
Wiki
Aktivität
另客网go项目公用的代码库
44
Commits
2
Branches
Struktur:
3222e9e520
feature/bind-func-as-param
master
Branches
Tags
${ item.name }
Erstelle Branch
${ searchTerm }
von '3222e9e520'
${ noResults }
pkg
/
notice
/
notice_test.go
notice_test.go
95B
Verlauf
Originalformat
1
2
3
4
5
6
7
8
9
10
11
package notice
import (
"os"
"testing"
)
func TestMain(m *testing.M) {
os.Exit(m.Run())
}