awesome-fc / golang-example

golang example in fc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

简介

本仓库是函数计算 golang runtime 相关的示例和最佳实践建议。Golang runtime 代码开发文档见 Golang runtime

  • go-initializer-mysql: 使用initializer function初始化mysql连接池的示例

注意事项

  1. golang runtime 与 custom golang runtime 是不同的运行时,custom golang runtime 文档请参考 Custom runtime
  2. 该示例仅供参考,如果用于正式生产环境,请根据具体应用场景修改验证。

About

golang example in fc


Languages

Language:Go 96.9%Language:Makefile 3.1%