TheDeveloperBlog.com

Home | Contact Us

C-Sharp | Java | Python | Swift | GO | WPF | Ruby | Scala | F# | JavaScript | SQL | PHP | Angular | HTML

<< Back to GO

Golang Built In Functions

Review built-in functions like append and make. Use keywords in programs.
Built-ins. Go programs use packages to add functionality. But core functions are built into the language. With built-ins we perform common tasks.
A list. Here is a list of built-in functions in the Go language. These methods can be called directly, in any program, as they are part of the core.appendcapcopydeletelenmakenewpanicprintprintlnrecover
Keywords. In Go we find many keywords. We use these keywords to act upon variables and more complex types (as from packages). These are available in all programs.breakcasechanconstcontinuedefaultdeferelsefallthroughforfuncgoifimportinterfaceiotamapnilrangereturnstructswitchtypevar
Funcs. In Go we rely on funcs from packages. To display to the console, for example, we use the Println method from the fmt package. Some strings methods are listed here.AtoiFormatIntIndexItoaJoinLastIndexMatchStringNowParseIntPrintPrintlnReplaceSortSplit
Go specification. For detailed descriptions of Go keywords, I recommend reading the official Go specification. This document is not exciting, but it is excellent in every other way.Go Specification: golang.org
Some notes. Operators are another key part of the Go language. These include the plus + and other arithmetic ones. These operators too are built in.
In Go we find a newer, well-designed set of features. The Go compiler itself is an impressive technical feat. A Go developer will do great things in the world.
© TheDeveloperBlog.com
Home
The Dev Codes

Related Links:


Related Links

Adjectives Ado Ai Android Angular Antonyms Apache Articles Asp Autocad Automata Aws Azure Basic Binary Bitcoin Blockchain C Cassandra Change Coa Computer Control Cpp Create Creating C-Sharp Cyber Daa Data Dbms Deletion Devops Difference Discrete Es6 Ethical Examples Features Firebase Flutter Fs Git Go Hbase History Hive Hiveql How Html Idioms Insertion Installing Ios Java Joomla Js Kafka Kali Laravel Logical Machine Matlab Matrix Mongodb Mysql One Opencv Oracle Ordering Os Pandas Php Pig Pl Postgresql Powershell Prepositions Program Python React Ruby Scala Selecting Selenium Sentence Seo Sharepoint Software Spellings Spotting Spring Sql Sqlite Sqoop Svn Swift Synonyms Talend Testng Types Uml Unity Vbnet Verbal Webdriver What Wpf