Skip to content

Instantly share code, notes, and snippets.

View anikitenko's full-sized avatar

Oleksandr Nykytenko anikitenko

  • Lviv
View GitHub Profile
@anikitenko
anikitenko / gist:b41206a49727b83a530142c76b1cb82d
Created October 11, 2017 07:41
[Golang] Convert size in bytes to Bytes, Kilobytes, Megabytes, GB and TB
package main
import (
"fmt"
"math"
"strconv"
)
var (
sizeInMB float64 = 999 // This is in megabytes