This website requires JavaScript.
Explore
Help
Register
Sign In
1c
/
v8-1c-cluster-pde
Watch
1
Star
0
Fork
0
You've already forked v8-1c-cluster-pde
mirror of
https://github.com/Chipazawra/v8-1c-cluster-pde.git
synced
2025-03-23 21:19:20 +02:00
Code
Issues
Releases
Activity
v8-1c-cluster-pde
/
internal
/
app
/
app.go
8 lines
91 B
Go
Raw
Normal View
History
Unescape
Escape
init
2021-12-27 15:02:41 +03:00
package
app
init app
2021-12-27 15:11:48 +03:00
import
"fmt"
func
Run
(
)
error
{
return
fmt
.
Errorf
(
"app: not implemented"
)
}
Reference in New Issue
Copy Permalink