とにかく、「aya.PrintVersion」は何か特別なことをするわけではありません
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja> git-svn-id: file:///srv/svn/repo/aya/trunk@86 cec141ff-132a-4243-88a5-ce187bd62f94
This commit is contained in:
@@ -13,8 +13,8 @@ var (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// PrintVersion only displays the obvious
|
// PrintVersion only displays the obvious
|
||||||
func PrintVersion() string {
|
func PrintVersion(){
|
||||||
return fmt.Sprintf("%s", Version)
|
fmt.Printf("%s", Version)
|
||||||
}
|
}
|
||||||
|
|
||||||
// PrintFullVersion display the full version and build
|
// PrintFullVersion display the full version and build
|
||||||
|
|||||||
Reference in New Issue
Block a user