mirror of
https://git.macaw.me/skunky/SkunkyArt.git
synced 2025-12-10 05:19:46 +05:00
8 lines
68 B
Go
8 lines
68 B
Go
package main
|
|
|
|
import "skunkyart/app"
|
|
|
|
func main() {
|
|
app.Router()
|
|
}
|