9
main/main.go
Normal file
9
main/main.go
Normal file
@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"gitea.meow.tf/tyler/deb-simple"
|
||||
)
|
||||
|
||||
func main() {
|
||||
simple.Start()
|
||||
}
|
Reference in New Issue
Block a user