refactor: cleanup backend structure
This commit is contained in:
3
cmd/go.mod
Normal file
3
cmd/go.mod
Normal file
@@ -0,0 +1,3 @@
|
||||
module git.madunde.ad/madundead/obi/cmd
|
||||
|
||||
go 1.25.3
|
||||
5
cmd/obi.go
Normal file
5
cmd/obi.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package cmd
|
||||
|
||||
func init() {
|
||||
fmt.Println!("foo")
|
||||
}
|
||||
Reference in New Issue
Block a user