This repository has been archived on 2020-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
2019-05-31 10:07:40 +02:00
|
|
|
package main
|
|
|
|
|
2019-08-08 15:48:43 +02:00
|
|
|
import "dev.sum7.eu/sum7/thrempp/cmd"
|
2019-05-31 10:07:40 +02:00
|
|
|
|
|
|
|
func main() {
|
|
|
|
cmd.Execute()
|
|
|
|
}
|