Skip to content

Instantly share code, notes, and snippets.

View burubur's full-sized avatar
🏠
Working from home

Burhan Mubarok burubur

🏠
Working from home
View GitHub Profile
@burubur
burubur / fakegen.go
Last active October 20, 2020 03:09
Fake Data Generator - Generate some fake data to postgesql
package main
import (
"database/sql"
"fmt"
"log"
"sync"
"time"
"github.com/bwmarrin/snowflake"