Add static_mock.go to allow building with CGO_ENABLED=0

This commit is contained in:
James C Kimble
2018-01-31 22:24:37 -06:00
parent a35b097634
commit 614d7c1fda
3 changed files with 25 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
// +build cgo
// Copyright (C) 2014 Yasuhiro Matsumoto <mattn.jp@gmail.com>.
//
// Use of this source code is governed by an MIT-style