aboutsummaryrefslogtreecommitdiff
path: root/go-src/main/main.go
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-07-09 16:43:41 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-07-09 16:43:41 +0300
commit1490ddda1d20ef23a4e5ec908405869073abbf8d (patch)
treee22d0cf2dc6d4f882f6d999b87f250b1b5770482 /go-src/main/main.go
parent4575fc829356ba4cd538094b987d69b0233648f7 (diff)
downloadctfc-1490ddda1d20ef23a4e5ec908405869073abbf8d.tar
ctfc-1490ddda1d20ef23a4e5ec908405869073abbf8d.tar.gz
ctfc-1490ddda1d20ef23a4e5ec908405869073abbf8d.zip
Implemented number handling in chats page and showing all chats in chat page
Diffstat (limited to 'go-src/main/main.go')
-rw-r--r--go-src/main/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go-src/main/main.go b/go-src/main/main.go
index d1161dc..dbb3045 100644
--- a/go-src/main/main.go
+++ b/go-src/main/main.go
@@ -6,6 +6,6 @@ import (
)
func main() {
- folderPaths.InitFolders()
+ folderPaths.InitFoldersAndFiles()
ctfc.StartupWindow()
}