This commit is contained in:
suguo.yao 2022-10-17 09:47:26 +08:00
parent 51bb63e56c
commit 75fab78540
3 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,7 @@
# search # 我的搜索(search)
#### 概述
试写我的搜索引擎试试,基本思想如下:
1. 起字母顺序起
我的搜索

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module suguo/search
go 1.19

1
main.go Normal file
View File

@ -0,0 +1 @@
package main