mirror of
https://codeberg.org/scip/tablizer.git
synced 2025-12-17 04:30:56 +01:00
10 lines
83 B
Go
10 lines
83 B
Go
package main
|
|
|
|
import (
|
|
"daemon.de/tablizer/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|