Move assets to its own folder

This commit is contained in:
Jacob Gunther
2023-07-20 13:37:45 -05:00
parent 17948164fd
commit d814d6bd05
6 changed files with 15 additions and 7 deletions

View File

@@ -16,10 +16,6 @@ import (
)
var (
//go:embed icon.png
defaultIconBytes []byte
//go:embed favicon.ico
favicon []byte
blockedServers *MutexArray[string] = nil
ipAddressRegex *regexp.Regexp = regexp.MustCompile(`^\d{1,3}(\.\d{1,3}){3}$`)
)