f-8: code: first implement of metadata cli #8
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
72b2e9afa9
commit
e1f317aeb9
1 changed files with 17 additions and 0 deletions
17
cmd/meta_cli/main.go
Normal file
17
cmd/meta_cli/main.go
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
package main
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
"os"
|
||||||
|
)
|
||||||
|
|
||||||
|
var (
|
||||||
|
bin_name = os.Args[0]
|
||||||
|
)
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
|
||||||
|
fmt.Printf("Start %s conf\n", bin_name)
|
||||||
|
|
||||||
|
os.Exit(0)
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue