MCPcopy Create free account

hub / github.com/1ambda/golang / functions

Functions280 in github.com/1ambda/golang

FunctionBenchmarkHandler
(b *testing.B)
go-tooling-in-action/email-server_test.go:43
FunctionBenchmarkMerge
(b *testing.B)
just-for-func/027_two-ways-of-merging-N-channels/main_test.go:41
MethodCount
(s string)
go-kit-tutorial/stringsvc2/service/Logging.go:28
MethodCount
(string)
go-kit-tutorial/stringsvc2/service/StringService.go:11
MethodCount
(s string)
go-kit-tutorial/stringsvc2/service/StringService.go:24
MethodCount
(s string)
go-kit-tutorial/stringsvc2/service/InstrumentMiddleware.go:27
MethodCount
(s string)
go-kit-tutorial/stringsvc3/service/Proxy.go:43
MethodCount
(s string)
go-kit-tutorial/stringsvc3/service/Logging.go:35
MethodCount
(string)
go-kit-tutorial/stringsvc3/service/Service.go:11
MethodCount
(s string)
go-kit-tutorial/stringsvc3/service/Service.go:26
MethodCount
(s string)
go-kit-tutorial/stringsvc3/service/Instrument.go:70
MethodCount
(s string)
go-kit-tutorial/stringsvc/service/StringService.go:24
FunctionDecodeCountRequest
(_ Context, r *http.Request)
go-kit-tutorial/stringsvc2/transport/StringServiceTransport.go:20
FunctionDecodeCountRequest
(_ context.Context, r *http.Request)
go-kit-tutorial/stringsvc3/service/Transport.go:29
FunctionDecodeCountRequest
(_ Context, r *http.Request)
go-kit-tutorial/stringsvc/transport/StringServiceTransport.go:20
FunctionDecodeUppercaseRequest
(_ Context, r *http.Request)
go-kit-tutorial/stringsvc2/transport/StringServiceTransport.go:12
FunctionDecodeUppercaseRequest
(_ context.Context, r *http.Request)
go-kit-tutorial/stringsvc3/service/Transport.go:13
FunctionDecodeUppercaseRequest
(_ Context, r *http.Request)
go-kit-tutorial/stringsvc/transport/StringServiceTransport.go:12
FunctionDecodeUppercaseResponse
(_ context.Context, r *http.Response)
go-kit-tutorial/stringsvc3/service/Transport.go:21
FunctionEncodeRequest
(_ context.Context, r *http.Request, request interface{})
go-kit-tutorial/stringsvc3/service/Transport.go:37
FunctionEncodeResponse
(_ Context, w http.ResponseWriter, response interface{})
go-kit-tutorial/stringsvc2/transport/StringServiceTransport.go:28
FunctionEncodeResponse
(_ context.Context, w http.ResponseWriter, response interface{})
go-kit-tutorial/stringsvc3/service/Transport.go:46
FunctionEncodeResponse
(_ Context, w http.ResponseWriter, response interface{})
go-kit-tutorial/stringsvc/transport/StringServiceTransport.go:28
MethodError
()
a-tour-of-go/src/interfaces/Errors_test.go:23
MethodError
()
errors/error-handling-and-go.go:29
MethodError
()
understanding-nil/understanding-nil.go:54
FunctionExampleAppendingToASlice
()
a-tour-of-go/src/types/MoreTypes_test.go:247
FunctionExampleArrays1
()
a-tour-of-go/src/types/MoreTypes_test.go:68
FunctionExampleBufferedChannels
()
a-tour-of-go/src/concurrencies/Goroutines_test.go:78
FunctionExampleCastType
()
a-tour-of-go/src/basics/Basics_test.go:69
FunctionExampleChannels
()
a-tour-of-go/src/concurrencies/Goroutines_test.go:61
FunctionExampleCreatingASliceWithMake
()
a-tour-of-go/src/types/MoreTypes_test.go:204
FunctionExampleDefaultSelection
()
a-tour-of-go/src/concurrencies/Goroutines_test.go:188
FunctionExampleDeferStack
()
a-tour-of-go/src/basics/Basics_test.go:156
FunctionExampleEmptyInterface
()
a-tour-of-go/src/interfaces/Interfaces_test.go:105
FunctionExampleFibonacci
()
a-tour-of-go/src/types/MoreTypes_test.go:418
FunctionExampleFormatting1
()
a-tour-of-go/src/basics/Basics_test.go:37
FunctionExampleFormatting2
()
a-tour-of-go/src/basics/Basics_test.go:58
FunctionExampleFunctionClosures
()
a-tour-of-go/src/types/MoreTypes_test.go:394
FunctionExampleFunctionValues
()
a-tour-of-go/src/types/MoreTypes_test.go:375
FunctionExampleGoroutinesSay
()
a-tour-of-go/src/concurrencies/Goroutines_test.go:27
FunctionExampleIPAddrStringer
()
a-tour-of-go/src/interfaces/IPAddr_test.go:13
FunctionExampleInterfaces
()
a-tour-of-go/src/interfaces/Interfaces_test.go:29
FunctionExampleInterfacesValue
()
a-tour-of-go/src/interfaces/Interfaces_test.go:66
FunctionExampleMapLiterals
()
a-tour-of-go/src/types/MoreTypes_test.go:317
FunctionExampleMaps
()
a-tour-of-go/src/types/MoreTypes_test.go:304
FunctionExampleMethodAndPointerIndirection
()
a-tour-of-go/src/methods/MethodsAndInterfaces_test.go:96
FunctionExampleMethodContinued
()
a-tour-of-go/src/methods/MethodsAndInterfaces_test.go:42
FunctionExampleMethods
()
a-tour-of-go/src/methods/MethodsAndInterfaces_test.go:21
FunctionExampleMutatingMaps
()
a-tour-of-go/src/types/MoreTypes_test.go:333
FunctionExampleMyError
()
a-tour-of-go/src/interfaces/Errors_test.go:34
FunctionExampleNilInterfaceValues
()
a-tour-of-go/src/interfaces/Interfaces_test.go:89
FunctionExampleNilSlices
()
a-tour-of-go/src/types/MoreTypes_test.go:187
FunctionExamplePointerReceivers
()
a-tour-of-go/src/methods/MethodsAndInterfaces_test.go:60
FunctionExamplePointers1
()
a-tour-of-go/src/types/MoreTypes_test.go:9
FunctionExamplePointersAndFunctions
()
a-tour-of-go/src/methods/MethodsAndInterfaces_test.go:82
FunctionExampleR13Reader
()
a-tour-of-go/src/interfaces/ReaderExercise_test.go:35
FunctionExampleRange
()
a-tour-of-go/src/types/MoreTypes_test.go:267
FunctionExampleRangeAndClose
()
a-tour-of-go/src/concurrencies/Goroutines_test.go:105
FunctionExampleRangeContinued
()
a-tour-of-go/src/types/MoreTypes_test.go:281
FunctionExampleReaders
Reader represents the read end of a stream of date
a-tour-of-go/src/interfaces/Readers_test.go:10
FunctionExampleSame1
()
a-tour-of-go/src/concurrencies/EquivalentBinaryTrees_test.go:73
FunctionExampleSelect
()
a-tour-of-go/src/concurrencies/Goroutines_test.go:161
FunctionExampleSlice
()
slice/slice-usage-and-internals_test.go:7
FunctionExampleSliceDefaults
()
a-tour-of-go/src/types/MoreTypes_test.go:147
FunctionExampleSliceLengthAndCapacity
()
a-tour-of-go/src/types/MoreTypes_test.go:169
FunctionExampleSliceLiterals
()
a-tour-of-go/src/types/MoreTypes_test.go:121
FunctionExampleSlices1
()
a-tour-of-go/src/types/MoreTypes_test.go:84
FunctionExampleSlices2
()
a-tour-of-go/src/types/MoreTypes_test.go:93
FunctionExampleSlicesOfSlices
()
a-tour-of-go/src/types/MoreTypes_test.go:224
FunctionExampleStruct1
()
a-tour-of-go/src/types/MoreTypes_test.go:33
FunctionExampleStruct2
()
a-tour-of-go/src/types/MoreTypes_test.go:39
FunctionExampleStructLiterals1
()
a-tour-of-go/src/types/MoreTypes_test.go:48
FunctionExampleTypeAssertions
()
a-tour-of-go/src/interfaces/Interfaces_test.go:124
FunctionExampleTypeSwitches
()
a-tour-of-go/src/interfaces/Interfaces_test.go:156
FunctionExampleWalk1
()
a-tour-of-go/src/concurrencies/EquivalentBinaryTrees_test.go:31
FunctionExampleWhileUsingFor
()
a-tour-of-go/src/basics/Basics_test.go:89
FunctionExampleWordCount
()
a-tour-of-go/src/types/MoreTypes_test.go:355
MethodFind
(v int)
understanding-nil/make-zero-value-useful.go:207
MethodGetId
()
pointer/things-i-wish-someone-had-told-me-about-go.go:55
MethodGetId
()
pointer/things-i-wish-someone-had-told-me-about-go.go:71
MethodGetId
()
pointer/things-i-wish-someone-had-told-me-about-go.go:75
MethodLess
(i, j int)
concurrency-is-not-parallelism/load-balancer.go:46
MethodM
()
a-tour-of-go/src/interfaces/Interfaces_test.go:53
FunctionMakeCountEndpoint
(svc StringService)
go-kit-tutorial/stringsvc/endpoint/StringServiceEndpoint.go:22
FunctionMakeUppercaseEndpoint
(svc StringService)
go-kit-tutorial/stringsvc/endpoint/StringServiceEndpoint.go:10
MethodMarshalJSON
()
json/roman-numerals.go:53
FunctionRequester
(work chan<- Request)
concurrency-is-not-parallelism/load-balancer.go:71
MethodSpeak
()
interface/how-to-use-interfaces-in-go.go:84
MethodSpeak
()
interface/how-to-use-interfaces-in-go.go:89
MethodSpeak
()
interface/how-to-use-interfaces-in-go.go:95
MethodSpeak
()
interface/how-to-use-interfaces-in-go.go:101
MethodSpeak
()
interface/how-to-use-interfaces-in-go.go:107
FunctionSqrt1
(x float64)
a-tour-of-go/src/basics/Basics_test.go:127
MethodString
()
a-taste-of-go/point.go:11
MethodString
()
a-tour-of-go/src/interfaces/IPAddr_test.go:9
MethodString
()
understanding-nil/make-zero-value-useful.go:199
MethodString
()
understanding-nil/understanding-nil.go:48
MethodTemporary
()
errors/error-handling-and-go.go:41
FunctionTestHandler
(t *testing.T)
go-tooling-in-action/email-server_test.go:17
← previousnext →101–200 of 280, ranked by callers