refactor: cleanup backend structure

This commit is contained in:
2025-10-21 22:07:59 +03:00
parent 8e9c9585f2
commit 6c4b813f66
10 changed files with 100 additions and 100 deletions

7
cmd/obi.go Normal file
View File

@@ -0,0 +1,7 @@
package cmd
import "fmt"
func fooBar() {
fmt.Println("foo")
}