An open API service indexing awesome lists of open source software.

https://github.com/trizen/go-learning

Simple Go programs.
https://github.com/trizen/go-learning

Last synced: about 1 month ago
JSON representation

Simple Go programs.

Awesome Lists containing this project

README

          

go-learning
===========

Simple Go programs used in familiarizing myself with this language.

### Summary

* Apps
* [Gobbrowser](./Apps/gobbrowser.go)
* [Gobmenugen](./Apps/gobmenugen.go)
* [Openbox-pipefs](./Apps/openbox-pipefs.go)
* Converters
* [Gany2mp3](./Converters/gany2mp3.go)
* Decoders
* [Cnp info](./Decoders/cnp_info.go)
* Encoding
* [Arithmetic coding](./Encoding/arithmetic_coding.go)
* Examples
* [Array hash](./Examples/array_hash.go)
* [Babynames](./Examples/babynames.go)
* [Channels example](./Examples/channels_example.go)
* [Methods and iterfaces](./Examples/methods_and_iterfaces.go)
* [Substr](./Examples/substr.go)
* [Trees](./Examples/trees.go)
* File
* [Fsfn](./File/fsfn.go)
* Math
* [Chernick-carmichael numbers](./Math/chernick-carmichael_numbers.go)
* Text
* [Abs string](./Text/abs_string.go)
* [Longest common prefix](./Text/longest_common_prefix.go)
* Time
* [Calendar](./Time/calendar.go)
* [Cosmic year](./Time/cosmic_year.go)