mirror of
https://git.macaw.me/skunky/SkunkyArt.git
synced 2025-04-28 03:55:07 +03:00
альфа: работают только посты и поиск
This commit is contained in:
commit
6f872fe2f7
12 changed files with 544 additions and 0 deletions
7
main.go
Normal file
7
main.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package main
|
||||
|
||||
import "skunkyart/app"
|
||||
|
||||
func main() {
|
||||
app.Router()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue