aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_usleep_windows.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* fmt update•••Fix: Placed all +build tags in the same location Fix: Split CFLAGS, LDFLAGS into seperate lines for readability and lookup Fix: Placed empty line between copyright comments and build tags for readability Fix: Placed OS specfic cgo flags at the end if the cgo sections contains multiple lines.Gert-Jan Timmer2018-05-271-2/+2
* Code format update•••[ci skip]Gert-Jan Timmer2018-05-251-1/+1
* Implementation for usleep•••Implement `usleep` for Windows OS.Gert-Jan Timmer2018-05-251-0/+39