Directories ¶
Path | Synopsis |
---|---|
The aim of this program is to get familiar with anonymous functions
|
The aim of this program is to get familiar with anonymous functions |
The aim of this program is to get familiar with functions that accept function as input argument, like sort.Slice
|
The aim of this program is to get familiar with functions that accept function as input argument, like sort.Slice |
The aim of this program is to get familiar with functions that return functions
|
The aim of this program is to get familiar with functions that return functions |
The aim of this function is to get familiar with variadic functions, which accept unknown count of variables of declared type
|
The aim of this function is to get familiar with variadic functions, which accept unknown count of variables of declared type |
The aim of this program is to understand the LIFO behaviour of defer keyword
|
The aim of this program is to understand the LIFO behaviour of defer keyword |
The aim of this program is to get familiar with the usage of external packages
|
The aim of this program is to get familiar with the usage of external packages |
The aim of this program is to understand basic operations (create, insert, delete) with sqlite3 database
|
The aim of this program is to understand basic operations (create, insert, delete) with sqlite3 database |
Source: https://github.com/tunacinsoy/sqlite06 The aim of this program is to define most-used operations on sqlite db and provide these functions as go package named sqlite06
|
Source: https://github.com/tunacinsoy/sqlite06 The aim of this program is to define most-used operations on sqlite db and provide these functions as go package named sqlite06 |
The aim of this program is to test previously created package `github.com/tunacinsoy/sqlite06`
|
The aim of this program is to test previously created package `github.com/tunacinsoy/sqlite06` |
It is highly recommended that each Go package you create has a block comment preceding the package declaration that introduces developers to the package, and also explains what the package does.
|
It is highly recommended that each Go package you create has a block comment preceding the package declaration that introduces developers to the package, and also explains what the package does. |
12-workspaces
|
|
Click to show internal directories.
Click to hide internal directories.