This website works better with JavaScript.
홈
탐색
도움말
로그인
links123.com
/
pkg
보기
7
좋아요
1
포크
5
코드
이슈
0
풀 리퀘스트
0
릴리즈
1
위키
Activity
另客网go项目公用的代码库
74
커밋
2
브랜치
트리:
6fc26962de
feature/bind-func-as-param
master
v1.0.0
브랜치
태그
${ item.name }
Create branch
${ searchTerm }
from '6fc26962de'
${ noResults }
pkg
/
notice
/
notice_test.go
notice_test.go
95B
히스토리
Raw
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())
}