Skip to content
/ fgolib Public

A Clojure library that mimics the standard Go Library, to ease porting of code from Go to Functional Go

License

Notifications You must be signed in to change notification settings

eobrain/fgolib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fgolib

A Clojure library that mimics the standard Go Library, to ease porting of code from Go to Functional Go.

Usage

Clojars Project

Include this (or the latest version on clojars as shown above) in the :dependencies section of your project.clj file.

:dependencies [...
               [org.eamonn.funcgo/fgolib "0.2.5"]
               ...]

License

Copyright © 2014 Eamonn O'Brien-Strain, except for source copied from http://tour.golang.org and used in accordance to its creative commons gitand open source licenses.

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

A Clojure library that mimics the standard Go Library, to ease porting of code from Go to Functional Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published