Fix import path
This commit is contained in:
parent
a641854cad
commit
816c0ed5e7
13 changed files with 106 additions and 101 deletions
2
gogs.go
2
gogs.go
|
@ -20,7 +20,7 @@ import (
|
|||
// Test that go1.2 tag above is included in builds. main.go refers to this definition.
|
||||
const go12tag = true
|
||||
|
||||
const APP_VER = "0.3.2.0503 Alpha"
|
||||
const APP_VER = "0.3.2.0505 Alpha"
|
||||
|
||||
func init() {
|
||||
base.AppVer = APP_VER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue