Skip to content

Instantly share code, notes, and snippets.

View Arc-Jung's full-sized avatar
👋
It’s very hard to fail completely, if you aim high enough.  🐈‍

Arc-Jung Arc-Jung

👋
It’s very hard to fail completely, if you aim high enough.  🐈‍
View GitHub Profile
@Arc-Jung
Arc-Jung / print-memory.go
Created December 29, 2021 04:34 — forked from j33ty/print-memory.go
Go print current memory
package main
import (
"runtime"
"fmt"
"time"
)
func main() {
// Print our starting memory usage (should be around 0mb)