Files
old-confighub/chub/init.go

12 lines
108 B
Go
Raw Normal View History

2015-05-28 15:56:48 +02:00
package main
import (
"fmt"
)
func initCommand(guid string) {
fmt.Printf("initializing %v\n", guid)
}