Skip to content

Instantly share code, notes, and snippets.

View EmeraldLS's full-sized avatar

Lawrence is !HIM EmeraldLS

View GitHub Profile
@j33ty
j33ty / print-memory.go
Created May 22, 2019 20:54
Go print current memory
package main
import (
"runtime"
"fmt"
"time"
)
func main() {
// Print our starting memory usage (should be around 0mb)