mirror of
https://codeberg.org/scip/anydb.git
synced 2025-12-16 20:10:59 +01:00
10 lines
89 B
Go
10 lines
89 B
Go
package main
|
|
|
|
import (
|
|
"github.com/tlinden/anydb/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|