Get to know the Standard String Library in Golang
As programmers who are learning Go Lang, we also need to know Go’s default library packages so that we …
421 All Posts
Berbagi Seputar Android, Gadget, Hardware, Linux, Software, Networking, Programming, Sains Teknologi
As programmers who are learning Go Lang, we also need to know Go’s default library packages so that we …
Before studying the Golang IO library, there are lots of functions in the IO library but the most important …
Second FunctionConsists of input, output. Until now, we can only use the Go program for play functions like …
VariablesThe following is an example of the basic implementation of using variables in the program below go …
Basic Definition Danger Singleton is a software design standard. This standard guarantees the existence of …
IntroductionYou know Google is a place where we search for several keywords that can produce various millions …
Basic DefinitionA Worker pool is a goroutine management technique in concurrent programming in Go-Lang with …
Channels in GoCreating concurrent programs in Go has a unique approach to handle and to implementation when we …
Basic DefinitionData structure Binary Search and Tree is a pattern used for tree -based search. Before you …
Basic DefinitionQueue or often we know is a queue data structure where the data we enter will be delivered, in …
IntroductionDetermining consonant vowels here will be divided into several examples. Later we will know better …
What is a stack?Stack is one that is commonly used in programming or computer storage systems. For …
Basic DefinitionIf you’ve read and read about the Linked List, you can first read Santekno’s post …
We know that sending a variable to a function can be a parameter or a pointer. This pointer is usually a data …
Although it is possible for us to write programs using only Go’s built-in data types, at some point it …