Lock state store when saving/loading and update deps

This commit is contained in:
Tulir Asokan
2018-12-16 21:27:37 +02:00
parent c6d33d8bba
commit bb3d67dba9
163 changed files with 25522 additions and 9464 deletions
+3
View File
@@ -10,5 +10,8 @@ package sqlite3
/*
#cgo CFLAGS: -I.
#cgo linux LDFLAGS: -ldl
#cgo linux,ppc LDFLAGS: -lpthread
#cgo linux,ppc64 LDFLAGS: -lpthread
#cgo linux,ppc64le LDFLAGS: -lpthread
*/
import "C"