Categorygithub.com/andreyakor/core-app-linux-sys
modulepackage
0.0.0-20191015072459-7b795ad3284b
Repository: https://github.com/andreyakor/core-app-linux-sys.git
Documentation: pkg.go.dev

# README

core-app-linux-sys

Core of golang app for linux system service

Go package of сore app for linux system service

This library includes some packages and architecture skeleton for writing go-app as linux system service.

Install

go get github.com/andreyAKor/core-app-linux-sys

Example

See folder with example app code.

For fast build example app code, you must install GB:

go get github.com/constabulary/gb/...

go to example folder:

cd ~/go-lang-projects/core-app-linux-sys/example/

run vendor fetches:

gb vendor restore

and run build app:

gb build

# Packages

No description provided by the author

# Functions

Конструктор.

# Structs

Структура программы.
Структура службы.

# Interfaces

Интерфейс приложения.