Skip to content

Commit

Permalink
just add some comemnt
Browse files Browse the repository at this point in the history
  • Loading branch information
alimy committed Jun 8, 2024
1 parent eee4447 commit b7a5a8b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/mir-example/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## mir-examples
## mir-example
just a simple mir's examples for explain how to use mir in your project.

#### Usage
Expand Down
2 changes: 1 addition & 1 deletion examples/sail-example/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## mir-examples
## sail-example
just a simple mir's examples for explain how to use mir in your project.

#### Usage
Expand Down
2 changes: 1 addition & 1 deletion examples/sail-example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ go 1.21

require (
github.com/alimy/mir/v4 v4.2.0
github.com/alimy/tryst v0.12.0
github.com/fatih/color v1.17.0
github.com/gin-gonic/gin v1.10.0
github.com/sourcegraph/conc v0.3.0
github.com/spf13/cobra v1.8.0
)

require (
github.com/alimy/tryst v0.12.0
github.com/bytedance/sonic v1.11.7 // indirect
github.com/bytedance/sonic/loader v0.1.1 // indirect
github.com/cloudwego/base64x v0.1.4 // indirect
Expand Down
4 changes: 4 additions & 0 deletions service/help.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2024 Michael Li <[email protected]>. All rights reserved.
// Use of this source code is governed by Apache License 2.0 that
// can be found in the LICENSE file.

package service

import (
Expand Down

0 comments on commit b7a5a8b

Please sign in to comment.