Skip to content

Instantly share code, notes, and snippets.

View MhmdRyhn's full-sized avatar
🎯
Focusing

Mahmood Al Rayhan MhmdRyhn

🎯
Focusing
View GitHub Profile
@vurihuang
vurihuang / go-orm-with-transaction-2.go
Last active May 29, 2023 10:21
go orm with transaction.
package main
import (
"errors"
"fmt"
_ "github.com/go-sql-driver/mysql"
"github.com/jinzhu/gorm"
)
@sheeley
sheeley / build.sh
Last active May 3, 2021 18:58
Terraform API Gateway Lambda setup
#! /usr/bin/env bash
GOOS=linux GOARCH=amd64 go build -o main main.go
zip main.zip main