The very basic client app, not adapted for mobiles.
This commit is contained in:
6
commons/exit_codes.go
Normal file
6
commons/exit_codes.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package commons
|
||||
|
||||
const (
|
||||
// ExitCodeAppStopFailed указывает на ошибку остановки работы приложения.
|
||||
ExitCodeAppStopFailed = 2
|
||||
)
|
Reference in New Issue
Block a user