go-idioms:一组常用的Go函数来处理常见的样板

时间:2024-06-13 02:28:30
【文件属性】:

文件名称:go-idioms:一组常用的Go函数来处理常见的样板

文件大小:3KB

文件格式:ZIP

更新时间:2024-06-13 02:28:30

Go

成语 收集惯用的Go函数来处理常见的样板。 环保 处理环境变量的惯用函数。 import "github.com/caarlos0/go-idioms/env" env . Set ( "AWS_KEY" , "***" ) env . GetOr ( "AWS_REGION" , "sa-east-1" ) env . Unset ( "KEY" ) env . Get ( "ANOTHER_KEY" )


【文件预览】:
go-idioms-master
----.gitignore(276B)
----main.go(29B)
----README.md(306B)
----LICENSE(1KB)
----env()
--------env.go(497B)
--------env_test.go(336B)

网友评论