ArdeshirV / GolangBestFunctions

The most useful methods to use the Go programming language goes here

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GolangBestFunctions

The most useful methods to use the Go programming language goes here

if you like to contribute, please read following principles:

  • Please write just one function in each file with same name as function name.
  • Use simple and self-description function names.
  • Be sure that your code is very well optimized.
  • Add comments to describe your code and the usage better.
  • If you want to contribute your code here; It means you accepted to share your code with the MIT license.
  • Add your comments about your function-usage right here in this README.md file in just one line of text that can be too long with following format: [func <FunctionName>(<Parameters-List>) <Return-Type-List>](Link-To-Your-File-In-This-Repository) - <Description and usage as text>
  • You shouldn't change any other part of README.md file, specially current principles.

Functions:

  • func ReadLine() stirng - Reads exactly one line of input text from standard-input and works in Mac, Linux and Windows systems.
  • Add your useful function here!

Good luck!

About

The most useful methods to use the Go programming language goes here

License:MIT License


Languages

Language:Go 100.0%