Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei committed Jan 7, 2024
2 parents 9653d40 + 828667f commit d6dd180
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)):
demo in Go ([blog.go](demo/blog/blog.go), [article.yap](demo/blog/yap/article.yap)):

```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)):
demo in Go+ classfile ([blog_yap.gox](demo/classfile_blog/blog_yap.gox), [article.yap](demo/classfile_blog/yap/article.yap)):

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

0 comments on commit d6dd180

Please sign in to comment.