aboutsummaryrefslogtreecommitdiff
path: root/go-src/main.go
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-07-05 10:06:33 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-07-05 10:06:33 +0300
commit2255a314aaa19948f42c19c1d459c9838fce6c23 (patch)
tree57fd05ee3a5cd500ec7d1a2dfb5834116a6390d7 /go-src/main.go
parent0611d5408e750de12e0092f414ce2b26b3d0423b (diff)
downloadctfc-2255a314aaa19948f42c19c1d459c9838fce6c23.tar
ctfc-2255a314aaa19948f42c19c1d459c9838fce6c23.tar.gz
ctfc-2255a314aaa19948f42c19c1d459c9838fce6c23.zip
Implemented go startup, login and register windows, as well as "error" handling
Diffstat (limited to 'go-src/main.go')
-rw-r--r--go-src/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go-src/main.go b/go-src/main.go
index aad637a..5cb2c57 100644
--- a/go-src/main.go
+++ b/go-src/main.go
@@ -3,5 +3,5 @@ package main
import "gitlab.com/Syndamia/ctfc/go-src/windows"
func main() {
- windows.Test()
+ windows.StartupWindow()
}