Skip to content

Instantly share code, notes, and snippets.

View izfsk-ium's full-sized avatar
💭
I may be slow to respond.

izfsk izfsk-ium

💭
I may be slow to respond.
View GitHub Profile
@mathisve
mathisve / insert.go
Last active March 15, 2024 04:28
Golang script to rapidly insert data into a MySQL database
package main
import (
"bufio"
"encoding/json"
"fmt"
"io/ioutil"
"os"
"sync"
// "math/rand"