本篇文章帶大家聊聊GO工具庫goutil的最新更新情況,介紹了gookit/goutil Go常用功能的擴充套件工具庫,都包含哪些知識,附更新紀錄檔,希望對大家有所幫助!
gookit/goutil Go 常用功能的擴充套件工具庫。包含:數位,字串,slice/陣列,Map ,結構體,反射,檔案,錯誤處理,時間日期,CLI ,命令執行,系統資訊,格式化,常用資訊獲取等等
Github
v0.6.2 到 v0.6.4 更新紀錄檔
版本更新紀錄檔
釋出於 2023.02.11 下面是 v0.6.2 到 v0.6.4 的累計更新
Feature
- ? feat: str - 新增檢查方法 ContainsOne, ContainsAll, HasEmpty, IsAllEmpty 等
- ? feat: str/textutil - 支援快速替換給定文字的變數
- ? feat: sys,proc - 新增和更新一些實用函數
- ✨ feat: fs - 新增一些實用函數 NewIOReader,TextScanner,LineScanner,ReadFile,ReadString 等
- ✨ feat: map, struct - 新增實用函數 structs.ToString(), maputil.Data.Uint()
- ✨ feat: stdio - 新增實用函數 NewIOReader, NewScanner
- ✨ feat: arr - 新增檢查函數 NotIn, In, ContainsAll/IsParent
- ✨ feat: textutil - 新增函數 IsMatchAll() 快速檢查文字是否有關鍵字
- ✨ feat: math - 新增泛型函數 Max, SwapMax 比較和交換值
- feat: error, test - 新增工具函數 快速斷言並返回錯誤或直接 panic
- ✨ feat: fs - 新增函數 MkDirs, MkSubDirs 批次建立目錄或子目錄
- ✨ feat: env,sys - 新增函數 EnvPaths, SearchEnvKeys, SearchEnv 快速獲取和搜尋環境變數
- ✨ feat: str - 新增函數 IEqual, IContains 忽略大小寫檢查字串
- ✨ feat: goutil - 新增函數 CallOn, CallOrElse, OrError, OrValue, OrReturn 基於條件執行或返回值
- ✨ feat: arr - 新增函數 StringsAsInts, StringsTryInts, ConvType 等快速轉換 slice 型別
- ✨ feat: reflects - 新增函數 ConvSlice 通過反射方式轉換 slice 型別
- ✨ feat: structs - 初始化結構體 InitDefaults() 新增支援 slice 型別欄位
- ✨ feat: byte - 新增函數 StrOrErr(), SafeString() 檢查並在無錯誤時轉為 string
- ✨ feat: cmdr - cmdr.Cmd 新增方法 ToOSStdoutStderr, ToOSStdout 快速設定命令輸出到 OS stdout, stderr
Fixed
- ? fix(env, str): fix the envutil test error and update some str util
- ? fix(dump): makeslice: cap out of range. fix: #76
- ? fix: textscan - fix multi inline comments parse error
Update
- ? up: str, math - 新增一些 OrElse() 等快速檢測同時獲取值的函數
- ? up: str - update some util func and add more tests
- ? up: str,math - update some util func
- ? up: str,byte - add and update some util func
- ? up: byte,cflag - update and add some new tests
- ? up(env, str): 調整 ENV 變數解析邏輯 和新增 strutil.Valid()
- ? up(str): update some str value get func
- ✨ up(env,sys): 新增 GetMulti, SetEnvMap, UnsetEnvs 等函數
- ? up(str): 調整 SplitInlineComment() 處理邏輯
- ? up(sys): 調整 SearchPath() 邏輯, 支援限制返回結果數
- ✅ up(sys,env,map): add more tests case for util func
- ? up(fs,sys): update some fs and sys util func run logic
- ? up(struct): update some structs comments and update readme
- ? up(str): update some string util comments and func
Other
- build(deps): bump golang.org/x/text from 0.5.0 to 0.6.0
- doc: re-generate the README docs
- doc: update the doc parse logic, support generic types
- doc: generate and update README docs
- build(deps): bump golang.org/x/text from 0.6.0 to 0.7.0
【相關推薦:】
以上就是GO goutil釋出了v0.6.4版!更新速覽!的詳細內容,更多請關注TW511.COM其它相關文章!