1
0
mirror of https://github.com/Chipazawra/v8-1c-cluster-pde.git synced 2025-03-23 21:19:20 +02:00

8 lines
91 B
Go
Raw Normal View History

2021-12-27 15:02:41 +03:00
package app
2021-12-27 15:11:48 +03:00
import "fmt"
func Run() error {
return fmt.Errorf("app: not implemented")
}