Skip to content

Commit

Permalink
Merge pull request #12 from xushiwei/blog
Browse files Browse the repository at this point in the history
README
  • Loading branch information
xushiwei authored Jan 8, 2024
2 parents 9d94ded + 8106a4d commit d4e8dde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ run ":8080"

### YAP Template

demo in Go ([blog.go](demo/blog/blog.go), [article.yap](demo/blog/yap/article.yap)):
demo in Go ([blog.go](demo/blog/blog.go), [article_yap.html](demo/blog/yap/article_yap.html)):

```go
import (
Expand All @@ -63,7 +63,7 @@ y.GET("/p/:id", func(ctx *yap.Context) {
y.Run(":8080")
```

demo in Go+ classfile ([blog_yap.gox](demo/classfile_blog/blog_yap.gox), [article.yap](demo/classfile_blog/yap/article.yap)):
demo in Go+ classfile ([blog_yap.gox](demo/classfile_blog/blog_yap.gox), [article_yap.html](demo/classfile_blog/yap/article_yap.html)):

```go
get "/p/:id", ctx => {
Expand Down

0 comments on commit d4e8dde

Please sign in to comment.