diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-07-05 10:06:33 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-07-05 10:06:33 +0300 |
| commit | 2255a314aaa19948f42c19c1d459c9838fce6c23 (patch) | |
| tree | 57fd05ee3a5cd500ec7d1a2dfb5834116a6390d7 /go-src/windows/errorMessages.go | |
| parent | 0611d5408e750de12e0092f414ce2b26b3d0423b (diff) | |
| download | ctfc-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/windows/errorMessages.go')
| -rw-r--r-- | go-src/windows/errorMessages.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/go-src/windows/errorMessages.go b/go-src/windows/errorMessages.go new file mode 100644 index 0000000..2dc364a --- /dev/null +++ b/go-src/windows/errorMessages.go @@ -0,0 +1,6 @@ +package windows + +const ( + invalidArgument = "Invalid argument!" + invalidCommand = "Invalid command!" +) |
