這篇文章帶大家聊聊GO工具庫goutil的最新更新狀況,介紹了gookit/goutil Go常用功能的擴充工具庫,都包含哪些知識,附更新日誌,希望對大家有幫助!
gookit/goutil Go 常用功能的擴充工具庫。包含:數字,字串,slice/數組,Map ,結構體,反射,文件,錯誤處理,時間日期,CLI ,命令運行,系統信息,格式化,常用信息獲取等等
Github github.com/gookit/goutil
#v0.6.2 到v0.6.4 更新日誌
版本更新日誌github.com/gookit /goutil/releases/...
發佈於2023.02.11 下面是v0.6.2 到v0.6.4 的累計更新
Feature
- ? feat: str - 新增檢查方法ContainsOne, ContainsAll, HasEmpty, IsAllEmpty 等0e4792a
- #? feat: str /textutil - 支援快速替換給定文字的變數ecc23cb
- ? feat: sys,proc - 新增和更新一些實用函數aa78114
- # ✨ feat: fs - 加入一些實用函式NewIOReader,TextScanner,LineScanner,ReadFile,ReadString 等3352512
- ✨ feat: map, struct - 新增實用函數structs.ToString(), maputil .Data.Uint() 90af09e
- ✨ feat: stdio - 新增實用程式NewIOReader, NewScanner ea243d6
- ✨ feat: arr - 新增檢查函數NotIn, In, ContainsAll/IsParent 2a18ca2
- ✨ feat: textutil - 新增函數IsMatchAll() 快速檢查文字是否有關鍵字d0dade8
- ✨ feat: math - 新增泛型函數Max, SwapMax 比較與交換值176923b
- feat: error, test - 新增工具函數快速斷言並傳回錯誤或直接 panic 7188216
- ✨ feat: fs - 新增函數MkDirs, MkSubDirs 批次建立目錄或子目錄c4447cb
- ✨ feat: env, sys - 新增函數EnvPaths, SearchEnvKeys, SearchEnv 快速取得與搜尋環境變數b3d7669
- #746eb35 新增函數IEqual, IContains 忽略大小寫檢查字串##✨
✨ feat: goutil - 新增函數CallOn, CallOrElse, OrError, OrValue, OrReturn 基於條件運行或回傳值- 97a2863
✨ feat: arr -新增函數StringsAsInts, StringsTryInts, ConvType 等快速轉換slice 類型- 75d8d89
✨ feat: reflects - 新增函數ConvSlice 通過反射方式轉換slice 類型- f87fc86
✨ feat: structs - 初始化結構體InitDefaults() 新增支援slice 類型欄位- 948fa70
✨ feat: byte - 新增函數StrOrErr(), SafeString() 檢查並在無錯誤時轉為string - 767ed80
✨ feat: cmdr - cmdr.Cmd 新增方法ToOSStdoutStderr, ToOSStdout 快速設定指令輸出到OS stdout, stderr - 6aaea78
Fixed
- ? fix(env, str): fix the envutil test error and update some str util 2e7aa63
- #? fix(dump): makeslice: cap out of range. fix: #76 4ba9b10
- ? fix: textscan - fix multi inline comments parse error bf68c94
##。
- #Update
? up: str, math - 新增一些OrElse() 等快速偵測同時取得值的函數- cb21fbc
? up: str - update some util func and add more tests - a3e07f4
#? up: str,math - update some util func - ? up: str,math - update some util func
eaf0990-
? up: str,byte - add and update some util func
cf5d34e-
? up: byte,cflag - update and add some new tests##? up: byte,cflag - update and add some new tests##? ##6e47f69
-
? up(env, str): 調整ENV 變數解析邏輯與新增strutil.Valid() 5193849
-
? up(str ): update some str value get func 676fe4e
-
✨ up(env,sys): 新增GetMulti, SetEnvMap, UnsetEnvs 等函數9eaddb5
? up(str): 調整SplitInlineComment() 處理邏輯
? up(sys): 調整SearchPath() 邏輯, 支援限制回傳結果數- 67cbae1
#✅ up(sys,env,map): add more tests case for util func - 392536c
? up(fs,sys): update some fs and sys util func run logic - 7727628
? up(struct): update some structs comments and update readme - f461852
? up(str): update some string util comments and func ###796d1fe##################Other#########build(deps): bump golang.org/x/text from 0.5.0 to 0.6.0 ###79d7781#########doc: re-generate the README docs ###42e3084#########doc: update the doc parse logic, support generic types ###030676d#########doc: generate and update README docs ###f342e92#######- build(deps): bump golang.org/x/text from 0.6.0 to 0.7.0 1e3ea77
# #
【相關推薦:###Go影片教學###】###
以上是GO goutil發布了v0.6.4版!更新速覽!的詳細內容。更多資訊請關注PHP中文網其他相關文章!