Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 343 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 343 Bytes

JabbaGoLib

Some common stuff to facilitate work with Go. I started to learn Go after Python and I miss some things in Go that I try to implement here.

Examples

  • reverse a string
  • shuffle a slice of integers
  • read easily from stdin
  • etc.

Usage

import (
    "github.com/jabbalaci/jabbagolib/???"
)