add websockets
This commit is contained in:
@@ -193,7 +193,6 @@ func DownloadIcon(prompt string, outputPath string) (string, error) {
|
||||
}
|
||||
|
||||
func FindNoneCollisionFileName(fileName, fileExt, path string) string {
|
||||
|
||||
filePath := filepath.Join(path, fileName+"."+fileExt)
|
||||
for fileCount := 1; FileExists(filePath); fileCount += 1 {
|
||||
log.Println("file exists: ", filePath)
|
||||
|
||||
Reference in New Issue
Block a user