Diese Webseite funktioniert besser mit JavaScript.
Startseite
Erkunden
Hilfe
Anmelden
live106
/
pkg
geforkt von
links123.com/pkg
Beobachten
1
Favorisieren
0
Fork
0
Code
Issues
0
Pull-Requests
0
Releases
0
Wiki
Aktivität
另客网go项目公用的代码库
46
Commits
2
Branches
Struktur:
b5ce0a63b8
feature/bind-func-as-param
master
Branches
Tags
${ item.name }
Erstelle Branch
${ searchTerm }
von 'b5ce0a63b8'
${ 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())
}