示例#1
0
文件: api.go 项目: mrcsparker/ifin
func Setup() napping.Session {
	s := napping.Session{Log: false}
	s.Client = &http.Client{}
	return s
}