mirror of
https://github.com/Chipazawra/v8-1c-cluster-pde.git
synced 2025-04-09 07:14:10 +02:00
8 lines
91 B
Go
8 lines
91 B
Go
package app
|
|
|
|
import "fmt"
|
|
|
|
func Run() error {
|
|
return fmt.Errorf("app: not implemented")
|
|
}
|