diff options
Diffstat (limited to 'static_mock.go')
-rw-r--r-- | static_mock.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static_mock.go b/static_mock.go index 48629d1..33be130 100644 --- a/static_mock.go +++ b/static_mock.go @@ -1,3 +1,8 @@ +// Copyright (C) 2019 Yasuhiro Matsumoto <mattn.jp@gmail.com>. +// +// Use of this source code is governed by an MIT-style +// license that can be found in the LICENSE file. + // +build !cgo package sqlite3 |