mirror of
https://git.macaw.me/skunky/SkunkyArt.git
synced 2025-04-03 04:57:36 +03:00
7 lines
68 B
Go
7 lines
68 B
Go
package main
|
|
|
|
import "skunkyart/app"
|
|
|
|
func main() {
|
|
app.Router()
|
|
}
|