Code Monkey home page Code Monkey logo

go-training's Introduction

GoLang Training Go Report Card

This repository contains my training path to master GoLang in one month.

Resources can be found here.

Step 1: Go By Examples

Trying out Go by Example by @mmcgrana, i've created one go file for each topic.

  1. Variables
  2. Constants
  3. For
  4. If/Else
  5. Switch
  6. Arrays
  7. Slices
  8. Maps
  9. Range
  10. Functions
  11. Multiple Return Values
  12. Variadic Functions
  13. Closures
  14. Recursion
  15. Pointers
  16. Structs
  17. Methods
  18. Interfaces
  19. Errors
  20. Goroutines
  21. Channels
  22. Channel Buffering
  23. Channel Synchronization
  24. Channel Directions
  25. Select
  26. Non-Blocking Channel Operations
  27. Closing Channels
  28. Range over Channels
  29. Timers
  30. Tickers
  31. Worker Pools
  32. Rate Limiting
  33. Atomic Counters
  34. Mutexes
  35. Stateful Goroutines
  36. Sorting
  37. Sorting by Functions
  38. Panic
  39. Defer
  40. Collection Functions
  41. String Functions
  42. String Formatting
  43. Regular Expressions
  44. JSON
  45. Time
  46. Epoch
  47. Time Formatting / Parsing
  48. Random Numbers
  49. Number Parsing
  50. URL Parsing
  51. SHA1 Hashes
  52. Base64 Encoding
  53. Reading Files
  54. Writing Files
  55. Line Filters
  56. Command-Line Arguments
  57. Command-Line Flags
  58. Environment Variables
  59. Spawning Processes
  60. Exec'ing Processes
  61. Signals
  62. Exit

Discovering Go packages:

This section is for discovering Go official or unofficial packages. It is like a sandbox for more advanced examples and tools that can be useful when doing awsome things.

  1. ssh

    This example uses golang.org/x/crypto/ssh to run an arbitary commands in a remote server. May be useful when creating programs that needs to make sshing stuff in a remote server.

go-training's People

Contributors

smileisak avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.