Stanislav N. aka pztrn
5fc6d3a181
Some checks failed
continuous-integration/drone/push Build is failing
Got rid of context thing which misleads due to existance of stdlib's context package. Also fixed golangci-lint configuration. Fixes #20.
7 lines
64 B
Go
7 lines
64 B
Go
package application
|
|
|
|
const (
|
|
// Version .
|
|
Version = "0.4.1"
|
|
)
|