starting ssh client

This commit is contained in:
2023-08-21 04:10:25 +02:00
parent 314a403ed9
commit 488f733ab1
9 changed files with 258 additions and 12 deletions
-1
View File
@@ -8,7 +8,6 @@ import (
func Run() {
app := pocketbase.New()
// Start the PocketBase server in a goroutine.
func() {
if err := app.Start(); err != nil {
log.Fatal(err)