mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 12:40:07 +00:00
feat: update to go1.24 & support listening https (#1002)
* feat: support listening https * refactor * modernize * support snake case in config * more precise control of config fields * update goreleaser config * remove kubeyaml * fix: expose agent_secret * chore
This commit is contained in:
@@ -43,7 +43,7 @@ func TestNotification(t *testing.T) {
|
||||
|
||||
func TestGenerGenerateRandomString(t *testing.T) {
|
||||
generatedString := make(map[string]bool)
|
||||
for i := 0; i < 100; i++ {
|
||||
for range 100 {
|
||||
str, err := GenerateRandomString(32)
|
||||
if err != nil {
|
||||
t.Fatalf("Error: %s", err)
|
||||
|
||||
Reference in New Issue
Block a user