forked from External/ergo
Fixing warnings and golint stuff
This commit is contained in:
parent
09802f7181
commit
e807f3ca04
8 changed files with 25 additions and 13 deletions
|
|
@ -8,9 +8,11 @@ package irc
|
|||
import "fmt"
|
||||
|
||||
const (
|
||||
SEM_VER = "0.2.0-unreleased"
|
||||
// SemVer is the semantic version of Oragono.
|
||||
SemVer = "0.2.0-unreleased"
|
||||
)
|
||||
|
||||
var (
|
||||
VER = fmt.Sprintf("oragono-%s", SEM_VER)
|
||||
// Ver is the full version of Oragono, used in responses to clients.
|
||||
Ver = fmt.Sprintf("oragono-%s", SemVer)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue