refactor: refactoring of code to meet all go lint requirements

This commit is contained in:
Jonas Kaninda
2024-12-06 16:25:16 +01:00
parent 2bcfd3aacf
commit 793b04340e
10 changed files with 141 additions and 17 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/jkaninda/go-storage
go 1.21.0
go 1.22.0
require (
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.5.0