1
0
mirror of https://github.com/Chipazawra/v8-1c-cluster-pde.git synced 2025-04-09 07:14:10 +02:00
2021-12-27 15:11:48 +03:00

8 lines
91 B
Go

package app
import "fmt"
func Run() error {
return fmt.Errorf("app: not implemented")
}