Files
io-exporter/main.go

8 lines
85 B
Go
Raw Normal View History

2025-10-20 16:05:33 +02:00
package main
import "codeberg.org/scip/io-exporter/cmd"
2025-10-20 16:05:33 +02:00
func main() {
cmd.Run()
2025-10-20 16:05:33 +02:00
}