Modernize for loop
This commit is contained in:
@@ -141,7 +141,7 @@ func DownloadSheet(c *gin.Context) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func GenerateNonexistentSheetUuid() (*uuid.UUID, error) {
|
func GenerateNonexistentSheetUuid() (*uuid.UUID, error) {
|
||||||
for i := 0; i < 10; i++ {
|
for range 10 {
|
||||||
uuid := uuid.New()
|
uuid := uuid.New()
|
||||||
|
|
||||||
var exists bool
|
var exists bool
|
||||||
|
|||||||
Reference in New Issue
Block a user