refactor: cleanup backend structure

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

3
cmd/go.mod Normal file
View File

@@ -0,0 +1,3 @@
module git.madunde.ad/madundead/obi/cmd
go 1.25.3

5
cmd/obi.go Normal file
View File

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