Small fixes pass with upgraded staticcheck and nilaway #539

Merged
sarah merged 2 commits from fixups into master 2024-01-02 20:46:10 +00:00
Owner

I don't think anything here requires the go 1.20 upgrade. but we should do that too.

I don't think anything here requires the go 1.20 upgrade. but we should do that too.
sarah added 1 commit 2023-11-18 20:01:28 +00:00
continuous-integration/drone/pr Build is failing Details
456a5f5c4d
Small fixes pass with upgraded staticcheck and nilaway
Member
Drone Build Status: failure https://build.openprivacy.ca/cwtch.im/cwtch/263
Member
Drone Build Status: failure https://build.openprivacy.ca/cwtch.im/cwtch/264
Member
Drone Build Status: failure https://build.openprivacy.ca/cwtch.im/cwtch/265
sarah added 1 commit 2023-11-19 22:45:24 +00:00
continuous-integration/drone/pr Build is failing Details
34957f809b
Update ChunkSpec initialization
dan reviewed 2023-11-19 22:48:04 +00:00
@ -14,3 +14,3 @@
// derives a list of identifiers of chunks that have not been downloaded yet
func CreateChunkSpec(progress []bool) ChunkSpec {
var chunks ChunkSpec
chunks := []uint64{}
Owner

chunks := ChunkSpec{}

chunks := ChunkSpec{}
dan marked this conversation as resolved
Member
Drone Build Status: failure https://build.openprivacy.ca/cwtch.im/cwtch/266
dan approved these changes 2023-11-19 22:48:38 +00:00
Member
Drone Build Status: failure https://build.openprivacy.ca/cwtch.im/cwtch/267
sarah merged commit be4230d16e into master 2024-01-02 20:46:10 +00:00
Sign in to join this conversation.
No description provided.