Commit 74387cb9 by Joneq

修改为原来

parent 994aa870
Showing with 2 additions and 7 deletions
package main package main
import ( import "fmt"
"kaopu-server/internal/logic"
)
func main() { func main() {
logic.LogEs("123113131") fmt.Print(1)
logic.LogEs("4567889")
logic.LogEs("09876")
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment