gophi/main_gopher.go
kim (grufwub) 8c1905a287 rename the project to gophi!
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
2020-07-13 13:25:45 +01:00

10 lines
72 B
Go

package main
import (
"gophi/gopher"
)
func main() {
gopher.Run()
}