netlify-lambda-go-functions:Go语言编写的Netlify函数

时间:2024-05-16 00:54:40
【文件属性】:

文件名称:netlify-lambda-go-functions:Go语言编写的Netlify函数

文件大小:7KB

文件格式:ZIP

更新时间:2024-05-16 00:54:40

Go

进行Netlify功能 这个仓库是我练习在GO中编写无服务器功能的地方。 你好 这只是netlify文档中的示例,仅供参考。 游乐场 这是我用来测试想法的功能,我学到的东西可用于下面提到的其他功能。 json / encoding库,用于对json进行编码 json.Marshall将map / struct转换为json字符串 json.Unmarsall将json字符串转换为struct string(jsonString)将json对象转换为字符串以进行响应 在带有json: "fieldname"结构标签json字段中json: "fieldname"


【文件预览】:
netlify-lambda-go-functions-main
----netlify.toml(1KB)
----public()
--------index.html(244B)
----go-src()
--------playground()
--------hello()
----Makefile(135B)
----.gitignore(6B)
----readme.md(573B)

网友评论