0
0
mirror of https://github.com/mattn/go-sqlite3.git synced 2025-06-14 11:21:42 +00:00

3 Commits

Author SHA1 Message Date
420bfbcac8 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.
2018-05-27 00:05:45 +02:00
89bdd9c3c9 Code format update
[ci skip]
2018-05-25 15:49:35 +02:00
7c89b38a2d Implementation for usleep
Implement `usleep` for Windows OS.
2018-05-25 15:33:53 +02:00