Loading
Commits on Source 3
-
cznic authored
TIL that 'go get example.com/foo' downloads only what the respective package requires, but 'go mod tidy' will also download test-only dependencies. If needed, the CGo dependencies can be revived in a separate repository/module. For now just delete it. h/t: Dan Kortschak
-
Matthew Gabeler-Lee authored
-
Matthew Gabeler-Lee authored
use passed context in BeginTx See merge request cznic/sqlite!71