mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-19 15:01:22 +02:00
chore: apply golangci-lint fmt
This commit is contained in:
@@ -2,13 +2,14 @@ package main
|
||||
|
||||
import (
|
||||
"log"
|
||||
"net/http"
|
||||
|
||||
"math/rand/v2"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
var printables = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
|
||||
var random = make([]byte, 4096)
|
||||
var (
|
||||
printables = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
|
||||
random = make([]byte, 4096)
|
||||
)
|
||||
|
||||
func init() {
|
||||
for i := range random {
|
||||
|
||||
Reference in New Issue
Block a user