MCPcopy Create free account

hub / github.com/PacktPublishing/Go-Programming-From-Beginner-to-Professional-Second-Edition- / functions

Functions572 in github.com/PacktPublishing/Go-Programming-From-Beginner-to-Professional-Second-Edition-

↓ 55 callersMethodString
()
Chapter07/Exercise07.01/main.go:23
↓ 7 callersMethodLogHours
(day Weekday, hours int)
Chapter05/Activity05.02/main.go:38
↓ 7 callersFunctiongetName
(id string)
Chapter04/Activity04.02/main.go:15
↓ 6 callersFunctiondoubler
(v interface{})
Chapter04/Exercise04.21/main.go:8
↓ 5 callersMethodHoursWorked
()
Chapter05/Activity05.02/main.go:41
↓ 5 callersFunctiondoubler
(v interface{})
Chapter04/Exercise04.22/main.go:8
↓ 4 callersFunctionaddNameAndParseResponse
(nameToAdd string)
Chapter17/Activity17.02/client/client.go:25
↓ 4 callersFunctionemptyDetails
(i interface{})
Chapter07/Example02/main.go:25
↓ 4 callersFunctionpush
(from, to int, in chan bool, out chan int)
Chapter18/Exercise18.07/main.go:7
↓ 4 callersFunctionpush
(from, to int, out chan int)
Chapter18/Exercise18.06/main.go:8
↓ 4 callersFunctionsum
(from, to int, wg *sync.WaitGroup, res *int32)
Chapter18/Exercise18.03/main.go:9
↓ 3 callersMethodFullName
()
Chapter07/Activity7.01/main.go:54
↓ 3 callersFunctionHello
(w http.ResponseWriter, r *http.Request)
Chapter16/Exercise16.04/main.go:34
↓ 3 callersMethodLogHours
(day Weekday, hours int)
Chapter05/Activity05.01/main.go:31
↓ 3 callersMethodName
()
Chapter07/Exercise07.02/main.go:9
↓ 3 callersFunctionNewHello
NewHello returns a new Hello handler
Chapter16/Activity16.02/main.go:33
↓ 3 callersMethodPayDetails
()
Chapter05/Activity05.02/main.go:64
↓ 3 callersFunctionadd
(x, y int)
Chapter19/Example01/main_test.go:10
↓ 3 callersFunctionconvert
()
Chapter04/Exercise04.20/main.go:8
↓ 3 callersFunctioncsvHdrCol
(hdr []string)
Chapter05/Exercise05.04/main.go:21
↓ 3 callersMethodfullName
()
Chapter10/Activity10.01/pkg/payroll/developer.go:16
↓ 3 callersFunctiongetUser
(id string)
Chapter04/Exercise04.14/main.go:17
↓ 3 callersFunctionpayDay
(hoursWorked, hourlyRate int)
Chapter06/Exercise06.05/main.go:24
↓ 3 callersFunctionpayDay
(hoursWorked, hourlyRate int)
Chapter06/Exercise06.03/main.go:29
↓ 3 callersFunctionsalary
(x, y int, f func(int, int) int)
Chapter05/Exercise05.08/main.go:14
↓ 3 callersFunctionsalesTax
(cost float64, taxRate float64)
Chapter03/Activity03.01/main.go:17
↓ 3 callersFunctionsum
(workers, from, to int)
Chapter18/Exercise18.08/main.go:15
↓ 3 callersFunctionsum
(nums ...int)
Chapter05/Exercise05.05/main.go:12
↓ 2 callersFunctionHello
(w http.ResponseWriter, r *http.Request)
Chapter16/Exercise16.03/main.go:10
↓ 2 callersMethodHoursWorked
()
Chapter05/Activity05.01/main.go:34
↓ 2 callersMethodPay
()
Chapter10/Activity10.01/pkg/payroll/employee.go:4
↓ 2 callersMethodPayDay
()
Chapter05/Activity05.02/main.go:48
↓ 2 callersMethodServeHTTP
(w http.ResponseWriter, r *http.Request)
Chapter17/Exercise17.05/server/server.go:11
↓ 2 callersMethodServeHTTP
(w http.ResponseWriter, r *http.Request)
Chapter16/Activity16.01/main.go:15
↓ 2 callersMethodSpeak
()
Chapter07/Exercise07.01/main.go:26
↓ 2 callersFunctionappendNoLink
()
Chapter04/Exercise04.12/main.go:47
↓ 2 callersFunctioncacheGet
(key string)
Chapter01/Exercise01.16/main.go:15
↓ 2 callersFunctioncacheSet
(key, val string)
Chapter01/Exercise01.16/main.go:19
↓ 2 callersFunctioncapLinked
()
Chapter04/Exercise04.12/main.go:21
↓ 2 callersFunctioncapNoLink
()
Chapter04/Exercise04.12/main.go:30
↓ 2 callersFunctioncheckLoan
(creditScore int, income float64, loanAmount float64, loanTerm float64)
Chapter03/Activity03.02/main.go:21
↓ 2 callersFunctioncleanUp
()
Chapter14/Exercise14.01/main.go:40
↓ 2 callersFunctioncompArrays
()
Chapter04/Exercise04.03/main.go:5
↓ 2 callersFunctioncompArrays
()
Chapter04/Exercise04.02/main.go:5
↓ 2 callersFunctioncompare
()
Chapter04/Exercise04.18/main.go:10
↓ 2 callersFunctionconvertReviewToInt
(str string)
Chapter07/Activity7.01/main.go:89
↓ 2 callersFunctionconvertReviewToInt
convertReviewToInt maps string value to a numeric value
Chapter10/Activity10.01/pkg/payroll/developer.go:51
↓ 2 callersFunctioncopyNoLink
()
Chapter04/Exercise04.12/main.go:39
↓ 2 callersFunctioncsvHdrCol
(header []string)
Chapter05/Exercise05.02/main.go:15
↓ 2 callersFunctiondefineArray
()
Chapter04/Exercise04.01/main.go:5
↓ 2 callersFunctiondeleteUser
(id string)
Chapter04/Exercise04.15/main.go:15
↓ 2 callersFunctionelapsedTime
(start time.Time, end time.Time)
Chapter12/Exercise12.02/main.go:9
↓ 2 callersFunctionfillArray
(arr [10]int)
Chapter04/Exercise04.07/main.go:5
↓ 2 callersFunctionfindLongest
(args []string)
Chapter04/Exercise04.08/main.go:20
↓ 2 callersFunctionfindMaxGeneric
(nums []Num)
Chapter08/Example08.01/main.go:31
↓ 2 callersFunctionfindMaxGeneric
(nums []Num)
Chapter08/Exercise08.01/main.go:9
↓ 2 callersFunctionfindMinGeneric
(nums []Num)
Chapter08/Activity08.01/main.go:5
↓ 2 callersMethodgatherResult
()
Chapter18/Exercise18.10/main.go:33
↓ 2 callersFunctiongenSlices
()
Chapter04/Exercise04.11/main.go:5
↓ 2 callersFunctiongetArr
()
Chapter04/Activity04.01/main.go:5
↓ 2 callersFunctiongetDataAndParseResponse
()
Chapter17/Activity17.01/client/client.go:15
↓ 2 callersFunctiongetDataAndParseResponse
()
Chapter17/Activity17.02/client/client.go:51
↓ 2 callersFunctiongetDataAndReturnResponse
()
Chapter17/Exercise17.01/main.go:9
↓ 2 callersFunctiongetDataAndReturnResponse
()
Chapter17/Exercise17.02/client/client.go:15
↓ 2 callersFunctiongetDataWithCustomOptionsAndReturnResponse
()
Chapter17/Exercise17.05/client/client.go:11
↓ 2 callersFunctiongetDots
()
Chapter04/Exercise04.19/main.go:25
↓ 2 callersFunctiongetIDs
()
Chapter04/Exercise04.16/main.go:7
↓ 2 callersFunctiongetLocales
(extraLocales []string)
Chapter04/Exercise04.09/main.go:16
↓ 2 callersFunctiongetUsers
()
Chapter04/Exercise04.17/main.go:12
↓ 2 callersFunctiongetUsers
()
Chapter04/Exercise04.14/main.go:8
↓ 2 callersFunctiongetUsers
()
Chapter04/Exercise04.13/main.go:5
↓ 2 callersFunctiongetWeek
()
Chapter04/Activity04.03/main.go:5
↓ 2 callersFunctionisNumber
(ssn string)
Chapter11/Activity11.01/main.go:50
↓ 2 callersFunctionisPrefixValid
(ssn string)
Chapter11/Activity11.01/main.go:57
↓ 2 callersFunctionlinked
()
Chapter04/Exercise04.12/main.go:5
↓ 2 callersFunctionmessage
()
Chapter04/Exercise04.06/main.go:5
↓ 2 callersFunctionmessage
()
Chapter04/Exercise04.04/main.go:5
↓ 2 callersFunctionmessage
()
Chapter04/Exercise04.10/main.go:5
↓ 2 callersFunctionmessage
()
Chapter04/Exercise04.05/main.go:5
↓ 2 callersFunctionnewRecord
(key string, i interface{})
Chapter07/Exercise07.03/main.go:49
↓ 2 callersFunctionnoLink
()
Chapter04/Exercise04.12/main.go:13
↓ 2 callersFunctionopArray
(arr [10]int)
Chapter04/Exercise04.07/main.go:12
↓ 2 callersFunctionpasswordChecker
(pw string)
Chapter03/Exercise03.01/main.go:8
↓ 2 callersFunctionpayDetails
(p Payer)
Chapter07/Activity7.01/main.go:46
↓ 2 callersFunctionpostDataAndReturnResponse
(msg messageData)
Chapter17/Exercise17.03/client/client.go:16
↓ 2 callersFunctionpostFileAndReturnResponse
(filename string)
Chapter17/Exercise17.04/client/client.go:12
↓ 2 callersMethodreadThem
()
Chapter18/Exercise18.10/main.go:14
↓ 2 callersFunctionremoveBad
()
Chapter04/Activity04.04/main.go:5
↓ 2 callersFunctionrot13
rot13 applies rot13 encoding to a given string.
Chapter13/Exercise13.03/main.go:11
↓ 2 callersFunctionrot13
rot13 applies rot13 encoding to a given string.
Chapter13/Exercise13.05/main.go:75
↓ 2 callersFunctionsum
(from, to int)
Chapter18/Exercise18.01/main.go:8
↓ 2 callersFunctiontimeDiff
(timezone string)
Chapter12/Exercise12.03/main.go:8
↓ 2 callersFunctionvalidDigitPlace
(ssn string)
Chapter11/Activity11.01/main.go:63
↓ 2 callersFunctionvalidLength
(ssn string)
Chapter11/Activity11.01/main.go:43
↓ 2 callersMethodvalidateLastName
()
Chapter06/Activity06.02/main.go:49
↓ 2 callersMethodvalidateRoutingNumber
()
Chapter06/Activity06.02/main.go:42
↓ 2 callersFunctionwhatstheclock
()
Chapter12/Exercise12.01/main.go:6
↓ 1 callersFunctionAdd
Add returns the total of two integers added together
Chapter20/Exercise20.07/main.go:6
↓ 1 callersFunctionAddName
(wr http.ResponseWriter, req *http.Request)
Chapter17/Activity17.02/server/server.go:30
↓ 1 callersMethodArea
()
Chapter07/Exercise07.02/main.go:8
next →1–100 of 572, ranked by callers