Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1ambda/golang
/ functions
Functions
280 in github.com/1ambda/golang
⨍
Functions
280
◇
Types & classes
81
Function
BenchmarkHandler
(b *testing.B)
go-tooling-in-action/email-server_test.go:43
Function
BenchmarkMerge
(b *testing.B)
just-for-func/027_two-ways-of-merging-N-channels/main_test.go:41
Method
Count
(s string)
go-kit-tutorial/stringsvc2/service/Logging.go:28
Method
Count
(string)
go-kit-tutorial/stringsvc2/service/StringService.go:11
Method
Count
(s string)
go-kit-tutorial/stringsvc2/service/StringService.go:24
Method
Count
(s string)
go-kit-tutorial/stringsvc2/service/InstrumentMiddleware.go:27
Method
Count
(s string)
go-kit-tutorial/stringsvc3/service/Proxy.go:43
Method
Count
(s string)
go-kit-tutorial/stringsvc3/service/Logging.go:35
Method
Count
(string)
go-kit-tutorial/stringsvc3/service/Service.go:11
Method
Count
(s string)
go-kit-tutorial/stringsvc3/service/Service.go:26
Method
Count
(s string)
go-kit-tutorial/stringsvc3/service/Instrument.go:70
Method
Count
(s string)
go-kit-tutorial/stringsvc/service/StringService.go:24
Function
DecodeCountRequest
(_ Context, r *http.Request)
go-kit-tutorial/stringsvc2/transport/StringServiceTransport.go:20
Function
DecodeCountRequest
(_ context.Context, r *http.Request)
go-kit-tutorial/stringsvc3/service/Transport.go:29
Function
DecodeCountRequest
(_ Context, r *http.Request)
go-kit-tutorial/stringsvc/transport/StringServiceTransport.go:20
Function
DecodeUppercaseRequest
(_ Context, r *http.Request)
go-kit-tutorial/stringsvc2/transport/StringServiceTransport.go:12
Function
DecodeUppercaseRequest
(_ context.Context, r *http.Request)
go-kit-tutorial/stringsvc3/service/Transport.go:13
Function
DecodeUppercaseRequest
(_ Context, r *http.Request)
go-kit-tutorial/stringsvc/transport/StringServiceTransport.go:12
Function
DecodeUppercaseResponse
(_ context.Context, r *http.Response)
go-kit-tutorial/stringsvc3/service/Transport.go:21
Function
EncodeRequest
(_ context.Context, r *http.Request, request interface{})
go-kit-tutorial/stringsvc3/service/Transport.go:37
Function
EncodeResponse
(_ Context, w http.ResponseWriter, response interface{})
go-kit-tutorial/stringsvc2/transport/StringServiceTransport.go:28
Function
EncodeResponse
(_ context.Context, w http.ResponseWriter, response interface{})
go-kit-tutorial/stringsvc3/service/Transport.go:46
Function
EncodeResponse
(_ Context, w http.ResponseWriter, response interface{})
go-kit-tutorial/stringsvc/transport/StringServiceTransport.go:28
Method
Error
()
a-tour-of-go/src/interfaces/Errors_test.go:23
Method
Error
()
errors/error-handling-and-go.go:29
Method
Error
()
understanding-nil/understanding-nil.go:54
Function
ExampleAppendingToASlice
()
a-tour-of-go/src/types/MoreTypes_test.go:247
Function
ExampleArrays1
()
a-tour-of-go/src/types/MoreTypes_test.go:68
Function
ExampleBufferedChannels
()
a-tour-of-go/src/concurrencies/Goroutines_test.go:78
Function
ExampleCastType
()
a-tour-of-go/src/basics/Basics_test.go:69
Function
ExampleChannels
()
a-tour-of-go/src/concurrencies/Goroutines_test.go:61
Function
ExampleCreatingASliceWithMake
()
a-tour-of-go/src/types/MoreTypes_test.go:204
Function
ExampleDefaultSelection
()
a-tour-of-go/src/concurrencies/Goroutines_test.go:188
Function
ExampleDeferStack
()
a-tour-of-go/src/basics/Basics_test.go:156
Function
ExampleEmptyInterface
()
a-tour-of-go/src/interfaces/Interfaces_test.go:105
Function
ExampleFibonacci
()
a-tour-of-go/src/types/MoreTypes_test.go:418
Function
ExampleFormatting1
()
a-tour-of-go/src/basics/Basics_test.go:37
Function
ExampleFormatting2
()
a-tour-of-go/src/basics/Basics_test.go:58
Function
ExampleFunctionClosures
()
a-tour-of-go/src/types/MoreTypes_test.go:394
Function
ExampleFunctionValues
()
a-tour-of-go/src/types/MoreTypes_test.go:375
Function
ExampleGoroutinesSay
()
a-tour-of-go/src/concurrencies/Goroutines_test.go:27
Function
ExampleIPAddrStringer
()
a-tour-of-go/src/interfaces/IPAddr_test.go:13
Function
ExampleInterfaces
()
a-tour-of-go/src/interfaces/Interfaces_test.go:29
Function
ExampleInterfacesValue
()
a-tour-of-go/src/interfaces/Interfaces_test.go:66
Function
ExampleMapLiterals
()
a-tour-of-go/src/types/MoreTypes_test.go:317
Function
ExampleMaps
()
a-tour-of-go/src/types/MoreTypes_test.go:304
Function
ExampleMethodAndPointerIndirection
()
a-tour-of-go/src/methods/MethodsAndInterfaces_test.go:96
Function
ExampleMethodContinued
()
a-tour-of-go/src/methods/MethodsAndInterfaces_test.go:42
Function
ExampleMethods
()
a-tour-of-go/src/methods/MethodsAndInterfaces_test.go:21
Function
ExampleMutatingMaps
()
a-tour-of-go/src/types/MoreTypes_test.go:333
Function
ExampleMyError
()
a-tour-of-go/src/interfaces/Errors_test.go:34
Function
ExampleNilInterfaceValues
()
a-tour-of-go/src/interfaces/Interfaces_test.go:89
Function
ExampleNilSlices
()
a-tour-of-go/src/types/MoreTypes_test.go:187
Function
ExamplePointerReceivers
()
a-tour-of-go/src/methods/MethodsAndInterfaces_test.go:60
Function
ExamplePointers1
()
a-tour-of-go/src/types/MoreTypes_test.go:9
Function
ExamplePointersAndFunctions
()
a-tour-of-go/src/methods/MethodsAndInterfaces_test.go:82
Function
ExampleR13Reader
()
a-tour-of-go/src/interfaces/ReaderExercise_test.go:35
Function
ExampleRange
()
a-tour-of-go/src/types/MoreTypes_test.go:267
Function
ExampleRangeAndClose
()
a-tour-of-go/src/concurrencies/Goroutines_test.go:105
Function
ExampleRangeContinued
()
a-tour-of-go/src/types/MoreTypes_test.go:281
Function
ExampleReaders
Reader represents the read end of a stream of date
a-tour-of-go/src/interfaces/Readers_test.go:10
Function
ExampleSame1
()
a-tour-of-go/src/concurrencies/EquivalentBinaryTrees_test.go:73
Function
ExampleSelect
()
a-tour-of-go/src/concurrencies/Goroutines_test.go:161
Function
ExampleSlice
()
slice/slice-usage-and-internals_test.go:7
Function
ExampleSliceDefaults
()
a-tour-of-go/src/types/MoreTypes_test.go:147
Function
ExampleSliceLengthAndCapacity
()
a-tour-of-go/src/types/MoreTypes_test.go:169
Function
ExampleSliceLiterals
()
a-tour-of-go/src/types/MoreTypes_test.go:121
Function
ExampleSlices1
()
a-tour-of-go/src/types/MoreTypes_test.go:84
Function
ExampleSlices2
()
a-tour-of-go/src/types/MoreTypes_test.go:93
Function
ExampleSlicesOfSlices
()
a-tour-of-go/src/types/MoreTypes_test.go:224
Function
ExampleStruct1
()
a-tour-of-go/src/types/MoreTypes_test.go:33
Function
ExampleStruct2
()
a-tour-of-go/src/types/MoreTypes_test.go:39
Function
ExampleStructLiterals1
()
a-tour-of-go/src/types/MoreTypes_test.go:48
Function
ExampleTypeAssertions
()
a-tour-of-go/src/interfaces/Interfaces_test.go:124
Function
ExampleTypeSwitches
()
a-tour-of-go/src/interfaces/Interfaces_test.go:156
Function
ExampleWalk1
()
a-tour-of-go/src/concurrencies/EquivalentBinaryTrees_test.go:31
Function
ExampleWhileUsingFor
()
a-tour-of-go/src/basics/Basics_test.go:89
Function
ExampleWordCount
()
a-tour-of-go/src/types/MoreTypes_test.go:355
Method
Find
(v int)
understanding-nil/make-zero-value-useful.go:207
Method
GetId
()
pointer/things-i-wish-someone-had-told-me-about-go.go:55
Method
GetId
()
pointer/things-i-wish-someone-had-told-me-about-go.go:71
Method
GetId
()
pointer/things-i-wish-someone-had-told-me-about-go.go:75
Method
Less
(i, j int)
concurrency-is-not-parallelism/load-balancer.go:46
Method
M
()
a-tour-of-go/src/interfaces/Interfaces_test.go:53
Function
MakeCountEndpoint
(svc StringService)
go-kit-tutorial/stringsvc/endpoint/StringServiceEndpoint.go:22
Function
MakeUppercaseEndpoint
(svc StringService)
go-kit-tutorial/stringsvc/endpoint/StringServiceEndpoint.go:10
Method
MarshalJSON
()
json/roman-numerals.go:53
Function
Requester
(work chan<- Request)
concurrency-is-not-parallelism/load-balancer.go:71
Method
Speak
()
interface/how-to-use-interfaces-in-go.go:84
Method
Speak
()
interface/how-to-use-interfaces-in-go.go:89
Method
Speak
()
interface/how-to-use-interfaces-in-go.go:95
Method
Speak
()
interface/how-to-use-interfaces-in-go.go:101
Method
Speak
()
interface/how-to-use-interfaces-in-go.go:107
Function
Sqrt1
(x float64)
a-tour-of-go/src/basics/Basics_test.go:127
Method
String
()
a-taste-of-go/point.go:11
Method
String
()
a-tour-of-go/src/interfaces/IPAddr_test.go:9
Method
String
()
understanding-nil/make-zero-value-useful.go:199
Method
String
()
understanding-nil/understanding-nil.go:48
Method
Temporary
()
errors/error-handling-and-go.go:41
Function
TestHandler
(t *testing.T)
go-tooling-in-action/email-server_test.go:17
← previous
next →
101–200 of 280, ranked by callers