Programming LanguagesGO and PackagesThis basic concept, which happens to be at the heart of the structuring, construction of programs…Frédéric SchmidtJune 09, 2020 1 min
Programming LanguagesGO and Package importationAs we saw in the previous post regarding the definition of packages, this concept is very important…Frédéric SchmidtJune 09, 2020 2 min
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