mirror of
https://codeberg.org/scip/io-exporter.git
synced 2025-12-16 20:11:00 +01:00
8 lines
86 B
Go
8 lines
86 B
Go
package main
|
|
|
|
import "github.com/tlinden/io-exporter/cmd"
|
|
|
|
func main() {
|
|
cmd.Run()
|
|
}
|