Skip to content

Instantly share code, notes, and snippets.

@Gabriel-Ladzaretti
Gabriel-Ladzaretti / multipart_upload.go
Created July 18, 2024 17:31 — forked from mattetti/multipart_upload.go
Example of doing a multipart upload in Go (golang)
package main
import (
"bytes"
"fmt"
"io"
"log"
"mime/multipart"
"net/http"
"os"

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname