diff options
-rw-r--r-- | sqlite3_opt_usleep.go | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sqlite3_opt_usleep.go b/sqlite3_opt_usleep.go new file mode 100644 index 0000000..d6ed38f --- /dev/null +++ b/sqlite3_opt_usleep.go @@ -0,0 +1,13 @@ +// +build cgo +// +build windows + +// Copyright (C) 2018 G.J.R. Timmer <gjr.timmer@gmail.com>. +// +// Use of this source code is governed by an MIT-style +// license that can be found in the LICENSE file. + +package sqlite3 + +/* + +/* |