Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LinkedInLearning/go-essential-training-2446262
/ functions
Functions
122 in github.com/LinkedInLearning/go-essential-training-2446262
⨍
Functions
122
◇
Types & classes
26
↓ 12 callers
Method
Get
(key string)
Ch08/08_07/db.go:9
↓ 2 callers
Function
Abs
Abs returns the absolute value of val
Ch07/07_02/sqrt.go:14
↓ 2 callers
Function
NewBudget
(campaignID string, balance float64, expires time.Time)
Ch04/04_03/budget.go:16
↓ 2 callers
Function
Sqrt
Sqrt return the square root of a number
Ch07/07_02/sqrt.go:22
↓ 2 callers
Function
Tokenize
Tokenize returns slice of tokens found in text (lower case)
Ch07/07_06/tokenize.go:13
↓ 2 callers
Function
acquire
(name string)
Ch03/03_04/defer.go:29
↓ 2 callers
Function
almostEqual
(v1, v2 float64)
Ch07/07_02/sqrt_test.go:8
↓ 2 callers
Function
findBid
(ctx context.Context, url string)
Ch06/06_06/rtb.go:29
↓ 2 callers
Function
min
(values []T)
Ch04/04_09/min.go:11
↓ 2 callers
Function
release
(name string)
Ch03/03_04/defer.go:33
↓ 2 callers
Function
returnType
(url string)
Ch06/06_01/sites.go:11
↓ 2 callers
Function
sqrt
(n float64)
Ch03/03_03/errors.go:24
↓ 1 callers
Function
Abs
Abs returns the absolute value of val
Ch07/07_05/sqrt.go:14
↓ 1 callers
Function
Abs
Abs returns the absolute value of val
Ch07/07_04/sqrt.go:14
↓ 1 callers
Function
Abs
Abs returns the absolute value of val
Ch07/07_03/sqrt.go:14
↓ 1 callers
Method
Area
Area returns the area of the square
Ch04/04_06/shapes.go:14
↓ 1 callers
Method
Area
Area returns the curcle of the square
Ch04/04_06/shapes.go:24
↓ 1 callers
Method
Area
()
Ch04/04_06/shapes.go:41
↓ 1 callers
Method
Area
Area returns the square are
Ch04/04_05/square.go:37
↓ 1 callers
Method
Area
Area returns the square are
Ch04/04_04/square.go:25
↓ 1 callers
Method
Get
(key string)
Ch08/08_08/db.go:9
↓ 1 callers
Method
Move
Move moves the square
Ch04/04_05/square.go:31
↓ 1 callers
Method
Move
Move moves the square
Ch04/04_04/square.go:20
↓ 1 callers
Function
NewSquare
NewSquare returns a new square
Ch04/04_05/square.go:16
↓ 1 callers
Function
NewSquare
NewSquare returns a new square
Ch04/04_04/square.go:14
↓ 1 callers
Method
Set
(key string, value []byte)
Ch08/08_07/db.go:18
↓ 1 callers
Method
Set
(key string, value []byte)
Ch08/08_08/db.go:18
↓ 1 callers
Function
Sqrt
Sqrt return the square root of a number
Ch07/07_05/sqrt.go:22
↓ 1 callers
Function
Sqrt
Sqrt return the square root of a number
Ch07/07_03/sqrt.go:22
↓ 1 callers
Method
TimeLeft
()
Ch04/04_02/budget.go:16
↓ 1 callers
Method
Update
(sum float64)
Ch04/04_02/budget.go:20
↓ 1 callers
Method
Write
(p []byte)
Ch04/04_08/capper.go:14
↓ 1 callers
Function
add
add adds a to b
Ch03/03_01/func.go:17
↓ 1 callers
Function
bestBid
(url string)
Ch06/06_06/rtb.go:15
↓ 1 callers
Function
contentType
contentType will return the value of Content-Type header returned by making an HTTP GET request to url
Ch03/03_05/ctype.go:19
↓ 1 callers
Function
contentType
contentType will return the value of Content-Type header returned by making an HTTP GET request to url
Ch03/03_06/ctype.go:20
↓ 1 callers
Function
divmod
divmod returns quotient and reminder
Ch03/03_01/func.go:22
↓ 1 callers
Function
double
(n int)
Ch03/03_02/params.go:24
↓ 1 callers
Function
doubleAt
(values []int, i int)
Ch03/03_02/params.go:20
↓ 1 callers
Function
doublePtr
(n *int)
Ch03/03_02/params.go:28
↓ 1 callers
Function
downloadSize
(url string)
Ch06/06_08/dl_size.go:25
↓ 1 callers
Function
downloadSize
(url string)
Ch06/06_07/dl_size.go:25
↓ 1 callers
Method
getHandler
(w http.ResponseWriter, r *http.Request)
Ch08/08_08/httpd.go:38
↓ 1 callers
Function
killServer
(pidFile string)
Ch05/05_04/kill.go:11
↓ 1 callers
Function
killServer
(pidFile string)
Ch05/05_03/kill.go:8
↓ 1 callers
Function
loadSqrtCases
(t *testing.T)
Ch07/07_05/sqrt_test.go:19
↓ 1 callers
Method
postHandler
(w http.ResponseWriter, r *http.Request)
Ch08/08_08/httpd.go:48
↓ 1 callers
Function
readConfig
(path string)
Ch05/05_01/errors.go:17
↓ 1 callers
Function
returnType
(url string)
Ch06/06_03/sites.go:9
↓ 1 callers
Function
returnType
(url string, out chan string)
Ch06/06_04/sites.go:9
↓ 1 callers
Function
safeValue
(vals []int, index int)
Ch05/05_02/panic.go:23
↓ 1 callers
Function
setupLogging
()
Ch05/05_01/errors.go:30
↓ 1 callers
Function
siteSerial
(urls []string)
Ch06/06_01/sites.go:23
↓ 1 callers
Function
sitesConcurrent
(urls []string)
Ch06/06_01/sites.go:29
↓ 1 callers
Function
sizeWorker
(url string, ch chan result)
Ch06/06_08/dl_size.go:49
↓ 1 callers
Function
sumAreas
sumAreas return the sum of all areas in the slice
Ch04/04_06/shapes.go:29
↓ 1 callers
Function
userInfo
userInfo return information on github user
Ch08/08_05/github_api.go:20
↓ 1 callers
Function
userInfo
userInfo return information on github user
Ch08/08_04/github_api.go:16
↓ 1 callers
Function
worker
()
Ch03/03_04/defer.go:11
Function
BenchmarkTokenize
(b *testing.B)
Ch07/07_06/bench_test.go:11
Method
Handler
POST /key Store request body as value GET /<key> Send back value, or 404 if key not found
Ch08/08_07/httpd.go:23
Method
Handler
POST /key Store request body as value GET /<key> Send back value, or 404 if key not found
Ch08/08_08/httpd.go:26
Function
Sqrt
Sqrt return the square root of a number
Ch07/07_04/sqrt.go:22
Function
TestMany
(t *testing.T)
Ch07/07_05/sqrt_test.go:44
Function
TestMany
(t *testing.T)
Ch07/07_04/sqrt_test.go:7
Function
TestMany
(t *testing.T)
Ch07/07_02/sqrt_test.go:29
Function
TestSimple
(t *testing.T)
Ch07/07_02/sqrt_test.go:12
Function
TestSimple
(t *testing.T)
Ch07/07_03/sqrt_test.go:9
Function
TestTokenize
(t *testing.T)
Ch07/07_06/bench_test.go:18
Function
healthHandler
healthHandler returns a server health
Ch08/08_06/httpd.go:13
Function
main
()
Ch02/02_05/fizzbuzz.go:15
Function
main
()
Ch02/02_02/if.go:8
Function
main
()
Ch02/02_13/words.go:7
Function
main
()
Ch02/02_11/max.go:8
Function
main
()
Ch02/02_10/max.go:8
Function
main
()
Ch02/02_14/words.go:8
Function
main
()
Ch02/02_08/even_ended.go:13
Function
main
()
Ch02/02_07/even_ended.go:14
Function
main
()
Ch02/02_01/mean.go:8
Function
main
()
Ch02/02_03/for.go:8
Function
main
()
Ch02/02_04/fizzbuzz.go:15
Function
main
()
Ch02/02_06/strings.go:8
Function
main
()
Ch02/02_12/maps.go:8
Function
main
()
Ch02/02_09/slices.go:8
Function
main
()
Ch05/05_02/panic.go:5
Function
main
()
Ch05/05_04/kill.go:34
Function
main
()
Ch05/05_03/kill.go:16
Function
main
()
Ch05/05_01/errors.go:38
Function
main
()
Ch04/04_02/budget.go:24
Function
main
()
Ch04/04_01/budget.go:16
Function
main
()
Ch04/04_06/shapes.go:44
Function
main
()
Ch04/04_05/square.go:41
Function
main
()
Ch04/04_09/min.go:26
Function
main
()
Ch04/04_07/capper.go:13
Function
main
()
Ch04/04_03/budget.go:37
Function
main
()
Ch04/04_04/square.go:30
Function
main
()
Ch04/04_08/capper.go:28
Function
main
()
Ch03/03_01/func.go:8
Function
main
()
Ch03/03_02/params.go:7
Function
main
()
Ch03/03_05/ctype.go:8
next →
1–100 of 122, ranked by callers