From edb95b5914045f55e676a85f84446841e17302c0 Mon Sep 17 00:00:00 2001 From: Gert-Jan Timmer Date: Fri, 25 May 2018 14:15:46 +0200 Subject: [PATCH] Add: Initial usleep option [ci skip] --- sqlite3_opt_usleep.go | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sqlite3_opt_usleep.go 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 . +// +// Use of this source code is governed by an MIT-style +// license that can be found in the LICENSE file. + +package sqlite3 + +/* + +/*