Programming LanguagesGO IntroductionBefore we begin to go through and enter into the meanders of this language, we will nevertheless…Frédéric SchmidtMay 21, 2020 2 min
Programming LanguagesGO and ArraysPresentation of arrays In almost all languages there is this notion of an array for data storage…Frédéric SchmidtMay 21, 2020 1 min
Programming LanguagesGO and ConversionsIntroduction The GO Language is a strongly typed language that means that in most cases it is…Frédéric SchmidtMay 21, 2020 1 min
Programming LanguagesGO and the basics typesIntroduction Ligne 2 The GO language is part of languages with static and strongly typed typing. So…Frédéric SchmidtMay 21, 2020 2 min
Programming LanguagesGO and Dev environmentPresentation This post is not intended to review all the different tools for GO development. It has…Frédéric SchmidtMay 21, 2020 2 min
Programming LanguagesGO and FunctionsDefinition As in almost all languages, there is a way to encapsulate a set of instructions that…Frédéric SchmidtMay 21, 2020 1 min