Explorar o código

docs README_zh

chris %!s(int64=2) %!d(string=hai) anos
pai
achega
c84a04a8cb
Modificáronse 3 ficheiros con 5 adicións e 5 borrados
  1. 2 2
      README.md
  2. 2 2
      README_zh.md
  3. 1 1
      pkg/helper/uuid/uuid.go

+ 2 - 2
README.md

@@ -1,8 +1,8 @@
-# nunu-layout-basic - Basic Layout
+# nunu-layout-advanced - Advanced Layout
 
 
 Nunu is an application scaffold based on Golang. Its name comes from a game character in League of Legends, a little boy riding on the shoulder of a yeti. Like Nunu, this project also stands on the shoulders of giants. It is a composition of various popular libraries from the Golang ecosystem, which can help you quickly build efficient and reliable applications.
 Nunu is an application scaffold based on Golang. Its name comes from a game character in League of Legends, a little boy riding on the shoulder of a yeti. Like Nunu, this project also stands on the shoulders of giants. It is a composition of various popular libraries from the Golang ecosystem, which can help you quickly build efficient and reliable applications.
 
 
-[English Introduction](https://github.com/go-nunu/nunu/blob/main/README.md)
+[简体中文介绍](https://github.com/go-nunu/nunu-layout-advanced/blob/main/README_zh.md)
 
 
 ![Nunu](https://github.com/go-nunu/nunu/blob/main/.github/assets/banner.png)
 ![Nunu](https://github.com/go-nunu/nunu/blob/main/.github/assets/banner.png)
 
 

+ 2 - 2
README_zh.md

@@ -1,9 +1,9 @@
-# nunu-layout-basic — 基础布局
+# nunu-layout-advanced — 高级布局
 
 
 
 
 Nunu是一个基于Golang的应用脚手架,它的名字来自于英雄联盟中的游戏角色,一个骑在雪怪肩膀上的小男孩。和努努一样,该项目也是站在巨人的肩膀上,它是由Golang生态中各种非常流行的库整合而成的,它们的组合可以帮助你快速构建一个高效、可靠的应用程序。
 Nunu是一个基于Golang的应用脚手架,它的名字来自于英雄联盟中的游戏角色,一个骑在雪怪肩膀上的小男孩。和努努一样,该项目也是站在巨人的肩膀上,它是由Golang生态中各种非常流行的库整合而成的,它们的组合可以帮助你快速构建一个高效、可靠的应用程序。
 
 
-[英文介绍](https://github.com/go-nunu/nunu/blob/main/README.md)
+[英文介绍](https://github.com/go-nunu/nunu-layout-advanced/blob/main/README.md
 
 
 ![Nunu](https://github.com/go-nunu/nunu/blob/main/.github/assets/banner.png)
 ![Nunu](https://github.com/go-nunu/nunu/blob/main/.github/assets/banner.png)
 
 

+ 1 - 1
pkg/helper/uuid/uuid.go

@@ -1,6 +1,6 @@
 package uuid
 package uuid
 
 
-import uuid "github.com/google/uuid"
+import "github.com/google/uuid"
 
 
 func GenUUID() string {
 func GenUUID() string {
 	return uuid.NewString()
 	return uuid.NewString()