예제 #1
0
파일: api.go 프로젝트: mrcsparker/ifin
func Setup() napping.Session {
	s := napping.Session{Log: false}
	s.Client = &http.Client{}
	return s
}