remove pkg + use correct replace on ocis ocs

This commit is contained in:
A.Unger
2020-09-21 16:09:54 +02:00
parent 7a8556c04a
commit ba757750b4
46 changed files with 1 additions and 2424 deletions
-19
View File
@@ -1,19 +0,0 @@
package version
import (
"time"
)
var (
// String gets defined by the build system.
String = "0.0.0"
// Date indicates the build date.
Date = "00000000"
)
// Compiled returns the compile time of this service.
func Compiled() time.Time {
t, _ := time.Parse("20060102", Date)
return t
}