mirror of
https://github.com/gazer-x/komari.git
synced 2026-06-21 15:55:51 +08:00
8 lines
103 B
Go
8 lines
103 B
Go
package client
|
|
|
|
import "fmt"
|
|
|
|
func Create(name string) error {
|
|
return fmt.Errorf("not implemented")
|
|
}
|