Skip to content

Commit edb95b5

Browse files
committed
Add: Initial usleep option
[ci skip]
1 parent 670bba5 commit edb95b5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

sqlite3_opt_usleep.go

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// +build cgo
2+
// +build windows
3+
4+
// Copyright (C) 2018 G.J.R. Timmer <[email protected]>.
5+
//
6+
// Use of this source code is governed by an MIT-style
7+
// license that can be found in the LICENSE file.
8+
9+
package sqlite3
10+
11+
/*
12+
13+
/*

0 commit comments

Comments
 (0)