Directories
¶
| Path | Synopsis |
|---|---|
|
gin
|
|
|
register
module
|
|
|
gobasics
|
|
|
append
command
append
|
append |
|
arrays
command
Arrays
|
Arrays |
|
byvaluebypntr
command
|
|
|
comments
command
Package comments is a teaching example for using comments
|
Package comments is a teaching example for using comments |
|
concurrency
command
|
|
|
concurrency2
command
scrolling to the right text, not streaming down text
|
scrolling to the right text, not streaming down text |
|
const
command
Constants
|
Constants |
|
envar
command
|
|
|
error
command
Errors
|
Errors |
|
funcs
command
Functions
|
Functions |
|
hello
command
try changing dir name from hello to myApp and run with "go run myApp.go"
|
try changing dir name from hello to myApp and run with "go run myApp.go" |
|
helloWorld
command
|
|
|
ifelse
command
If/Else Statements
|
If/Else Statements |
|
incrdecopr
command
Increment and Decrement Statements
|
Increment and Decrement Statements |
|
infloop
command
Infinite Loops
|
Infinite Loops |
|
interfaces
command
interfaces
|
interfaces |
|
logopr
command
Logical Operators
|
Logical Operators |
|
loop3cmp
command
Three Component For Loop
|
Three Component For Loop |
|
maps
command
Maps
|
Maps |
|
methodPtr
command
methods (pointer receivers)
|
methods (pointer receivers) |
|
methods
command
methods (value receivers)
|
methods (value receivers) |
|
mulvar
command
Declaring Multiple Variables
|
Declaring Multiple Variables |
|
myApp
command
sorry, forgot to put this in src/gobasics directory in the video
|
sorry, forgot to put this in src/gobasics directory in the video |
|
myModule
command
// make sure your are in the root of the module for commands // get package if we don't have it already go get github.com/common-nighthawk/go-figure // creates a go.mod file to track dependencies go mod int <module-path> // will add / remove dependencies in our code to go.mod and creates go.sum go tidy
|
// make sure your are in the root of the module for commands // get package if we don't have it already go get github.com/common-nighthawk/go-figure // creates a go.mod file to track dependencies go mod int <module-path> // will add / remove dependencies in our code to go.mod and creates go.sum go tidy |
|
openfile
command
Errors
|
Errors |
|
pointers
command
pointers
|
pointers |
|
pointers2
command
pointers
|
pointers |
|
range
command
Range
|
Range |
|
regexp
command
|
|
|
savetoslc
command
slices provides access to their underlying array
|
slices provides access to their underlying array |
|
scope
command
Scope
|
Scope |
|
slices
command
Slices
|
Slices |
|
strings
command
Strings
|
Strings |
|
structs
command
structs
|
structs |
|
switch
command
Switch Statements
|
Switch Statements |
|
var
command
|
|
|
vardec
command
|
|
|
variadicfunc
command
variadic functions
|
variadic functions |
|
varint8
command
|
|
|
varredec
command
Redeclared Variables
|
Redeclared Variables |
|
vartypes
command
Data Types
|
Data Types |
|
varunused
command
Unused Variables
|
Unused Variables |
|
varzeroval
command
zero values
|
zero values |
|
websvr
command
basic web server
|
basic web server |
|
encap
module
|
|
|
gobeyondbasics
|
|
|
channels/channels
command
|
|
|
generics/constraints
command
|
|
|
generics/funcinfer
command
|
|
|
generics/instantiation
command
|
|
|
generics/morefuncs
command
|
|
|
generics/reflect
command
|
|
|
generics/typeAss
command
|
|
|
goroutines
command
|
|
|
goroutines2
command
|
|
|
select
command
|
|
|
sync
command
|
|
|
encap
module
|
|
|
gocorefuncs
|
|
|
sort/custsort
command
|
|
|
sort/numsort
command
ascending sort
|
ascending sort |
|
strings/compare
command
|
|
|
gocorepkgs
|
|
|
fmt
command
fmt package print functions
|
fmt package print functions |
|
fmtScan
command
fmt package scan functions
|
fmt package scan functions |
|
fmtWrtr
command
fmt package io.Writer functions
|
fmt package io.Writer functions |
|
tabwriter
command
|
|
|
goprojects
|
|
|
chatGPT/chatGPTself
command
|
|
|
chatGPT/chatGPTapi
module
|
|
|
chatGPT/chatGPTweb
module
|
|
|
chatGPTapi
module
|
|
|
gowebMySQL
|
|
|
conn
command
|
|
|
form
command
|
|
|
insUpdDel
command
|
|
|
multiRow
command
|
|
|
transactions
command
|
|
|
gowebdev
|
|
|
basicServ1
command
|
|
|
basicServ2
command
|
|
|
basicServ3
command
|
|
|
cookies
command
|
|
|
email
command
|
|
|
email2
command
|
|
|
emailHTML
command
|
|
|
emailVal
command
|
|
|
envar
command
|
|
|
fileServer
command
|
|
|
forgotPassword
command
|
|
|
form
command
|
|
|
form2
command
|
|
|
login
command
|
|
|
middleware
command
|
|
|
sessions
command
simplified example and not intended for production use
|
simplified example and not intended for production use |
|
stayLoggedIn
command
|
|
|
tmpCtrStr
command
|
|
|
tmpCtrStrStruc
command
|
|
|
tmpFuncMap
command
|
|
|
tmpMethod
command
|
|
|
tmpNested
command
|
|
|
tmpPath/temp2
command
|
|
|
tmpPrse
command
|
|
|
tmpRange
command
|
|
|
tmpRange2
command
|
|
|
tmpRange3
command
|
|
|
tmpTrblshoot
command
|
|
|
tmpifelse
command
|
|
|
uploadFile
command
|
|
|
verifyEmail
command
|
|
|
register
module
|
Click to show internal directories.
Click to hide internal directories.