This website works better with JavaScript.
Home
Esplora
Aiuto
Accedi
ben
/
pkg
forkato da
links123.com/pkg
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Activity
另客网go项目公用的代码库
54
Commit
2
Rami (Branch)
Albero (Tree):
0814883d1d
feature/bind-func-as-param
master
Rami (Branch)
Tag
${ item.name }
Create branch
${ searchTerm }
from '0814883d1d'
${ noResults }
pkg
/
notice
/
notice_test.go
notice_test.go
95B
Cronologia
Originale
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())
}