jabbalaci / jabbagolib

A simple library to facilitate transition from Python to Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/???"
)

About

A simple library to facilitate transition from Python to Go.


Languages

Language:Go 94.4%Language:Python 4.8%Language:Shell 0.6%Language:Makefile 0.2%