1. 首页
  2. 移动开发
  3. 其他
  4. goconstruct:github.comawsconstructs的“ go”版本基于函数而不是类 源码

goconstruct:github.comawsconstructs的“ go”版本基于函数而不是类 源码

上传者: 2021-04-06 04:42:50上传 ZIP文件 60.3KB 热度 9次
goconstruct 基于函数而非类的“ go”版本。 快速开始 go get -u github.com/brad-jones/goconstruct package main import ( "encoding/json" "fmt" "github.com/brad-jones/goconstruct" ) // -- START: File Construct // based on: https://registry.terraform.io/providers/hashicorp/local/latest/docs/resources/file type FileProps struct { SensitiveContent string ContentBase64 string Filename
下载地址
用户评论