Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
TimDing
/
pkg
feito fork de
links123.com/pkg
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
另客网go项目公用的代码库
44
Commits
2
Branches
Tag:
3222e9e520
feature/bind-func-as-param
master
Branches
Tags
${ item.name }
Criar branch
${ searchTerm }
de 3222e9e520
${ 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())
}