Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 950 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 950 Bytes

Go Lang Equivalents

A Table giving equivalents of ruby/python libraries in Golang

Ruby Equivalents

Ruby Golang Purpose
Rake, Rakefile Gobuild Makefile, Dependent Tasks
Nokogiri Gokogiri, Go-html-transform HTML Scraping
ActiveRecord, Sequel xorm, qbs, hood, beedb, gorp ORM
Resque Goworker Background worker that could work along with with Resque
MySQL gem go-sql-driver MysSQL driver

Python Equivalents