github.com/Masterminds/squirrel.StmtCache.mu (field)

7 uses

	github.com/Masterminds/squirrel (current package)
		stmtcacher.go#L34: 	mu    sync.Mutex
		stmtcacher.go#L40: 	sc.mu.Lock()
		stmtcacher.go#L41: 	defer sc.mu.Unlock()
		stmtcacher.go#L83: 	sc.mu.Lock()
		stmtcacher.go#L84: 	defer sc.mu.Unlock()
		stmtcacher_ctx.go#L48: 	sc.mu.Lock()
		stmtcacher_ctx.go#L49: 	defer sc.mu.Unlock()