Last active
September 30, 2019 16:02
-
-
Save puneeth-chanda/3077a5f6dda8129035ca8637baf86a80 to your computer and use it in GitHub Desktop.
My notes of go
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%v := val (ex: len(element) | |
%c := char | |
%d := int | |
%T := type (ex: bool) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment