Add kafka and postgres clients to vendor directory
This commit is contained in:
parent
2f965c6b33
commit
a78e0cba8e
876 changed files with 73718 additions and 0 deletions
7
vendor/src/github.com/rcrowley/go-metrics/runtime_no_cgo.go
vendored
Normal file
7
vendor/src/github.com/rcrowley/go-metrics/runtime_no_cgo.go
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// +build !cgo appengine
|
||||
|
||||
package metrics
|
||||
|
||||
func numCgoCall() int64 {
|
||||
return 0
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue