Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
links123.com
/
pkg
Observar
7
Favorito
1
Fork
5
Código
Issues
0
Pull requests
0
Versões
1
Wiki
Atividade
另客网go项目公用的代码库
65
Commits
2
Branches
Tag:
585daebc3a
feature/bind-func-as-param
master
v1.0.0
Branches
Tags
${ item.name }
Criar branch
${ searchTerm }
de 585daebc3a
${ noResults }
pkg
/
notice
/
notice_test.go
notice_test.go
95B
Histórico
Original
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())
}