Skip to content

Commit

Permalink
update docs documents
Browse files Browse the repository at this point in the history
  • Loading branch information
alimy committed Jan 17, 2023
1 parent 35ea40e commit 3bcea7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/tutorials-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ example
| | | `-- site.go
| | `-- v2
| | `-- site.go
| |-- main.go
| |-- gen.go
| `-- routes
| |-- site.go
| |-- v1
Expand Down Expand Up @@ -92,6 +92,9 @@ type User struct {
// file: mirc/auto/api/routes.go
// Code generated by go-mir. DO NOT EDIT.
// versions:
// - mir v3.0.1
package routes
import (
Expand Down
5 changes: 4 additions & 1 deletion docs/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ example
| | | `-- site.go
| | `-- v2
| | `-- site.go
| |-- main.go
| |-- gen.go
| `-- routes
| |-- site.go
| |-- v1
Expand Down Expand Up @@ -188,6 +188,9 @@ type User struct {
// file: mirc/auto/api/routes.go
// Code generated by go-mir. DO NOT EDIT.
// versions:
// - mir v3.0.1
package routes
import (
Expand Down

0 comments on commit 3bcea7c

Please sign in to comment.