首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏Golang语言社区

    Golang modules and gitlab CI

    using git repos as the definition of a dependency: 1package main 2 3import ( 4 "github.com/aws/aws-lambda-go This generates a go.mod file looking like this: 1module alexa-prost 2 3require ( 4 github.com/aws/aws-lambda-go

    1.9K20发布于 2018-12-27
  • 从秒杀系统到Serverless:我在分布式架构优化路上踩过的那些坑

    重写了部分服务:// image_processor.gopackage mainimport ( "context" "encoding/base64" "github.com/aws/aws-lambda-go

    28310编辑于 2025-08-30
领券