mirror of
https://github.com/cristicalin/synology-csi.git
synced 2026-07-30 17:24:27 +00:00
Initial commit
This commit is contained in:
13
synocli/main.go
Normal file
13
synocli/main.go
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* Copyright 2021 Synology Inc.
|
||||
*/
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/SynologyOpenSource/synology-csi/synocli/cmd"
|
||||
)
|
||||
|
||||
func main() {
|
||||
cmd.Execute()
|
||||
}
|
||||
Reference in New Issue
Block a user