Using Constants https://golangcode.com/using-cons

созданный 4y | 17 июн. 2020 г., 21:42:11


Войдите, чтобы добавить комментарий

Другие сообщения в этой группе

Underscores in Imports

Underscores in Imports Underscores in Go serve a few purposes. In U+005F, “” is a letter (as a string). You may also see them as [ “” ] in between successive digits and a base prefix. In this case,

6 дек. 2021 г., 00:20:12 | GolangCode
Struct Tags with Underscore Before Function Names

In the Go world, an underscore (_) before an expression is called a blank identifier. As you may already know, identifiers—user-defined program components, e.g., name of a function, variable, or packa

4 нояб. 2021 г., 00:20:15 | GolangCode
Hello world! How to Start any Go Application

http

Hello world! How to Start any Go Application

https://golangcode.com/hello-world/

17 июн. 2020 г., 21:42:11 | GolangCode