MCPcopy
hub / github.com/betty200744/ultimate-go

github.com/betty200744/ultimate-go @main sqlite

repository ↗ · DeepWiki ↗
2,523 symbols 6,227 edges 588 files 386 documented · 15%
README

Motivation

This repo contains my notes on work with Go and computer systems

Table of Contents

Extension points exported contracts — how you extend this code

Foo (Interface)
go:generate mockgen -source=foo.go -destination=mock/mock.go [4 implementers]
mock/foo/foo.go
MessageImplementer (Interface)
(no doc) [13 implementers]
design-pattern/structual/bridge/bridge.go
Shape (Interface)
* 更灵活的创建对象的方法 */ [4 implementers]
design-pattern/creational/abstract_factory/abstract_factory.go
CloudConfigs (Interface)
go:generate mockgen -source=demo.go -destination ../mock/demo_mock.go [3 implementers]
mock/golang/mock/demo/demo.go
FooInterface (Interface)
(no doc) [4 implementers]
main.go
RectInterface (Interface)
* interface: 最简单的interface就是empty interface{}, 所有类型是继承 interface: error也是一个interface, 含Error方法 interface: is a collec [2 …
Language_Specification/reference-type/interfaces/interfaces_cheat_sheet.go
Barer (Interface)
(no doc) [4 implementers]
Language_Specification/import/barer/barer.go
Index (Interface)
go:generate mockgen -source=user.go -destination=./mock/mock.go [2 implementers]
mock/user/user.go

Core symbols most depended-on inside this repo

Close
called by 76
awesome-go/grpc-go/features/deadline/server/main.go
Error
called by 38
Language_Specification/errors/errors.go
Write
called by 38
effective-go/Embedding/embedding.go
Add
called by 34
algorithms/data-structures/sets/sets.go
NewNode
called by 29
leetcode/binary_search/102_107_levelOrder/102_107_levelOrder.go
Insert
called by 27
algorithms/data-structures/tree/binary_search_tree/binary_search_tree.go
Do
called by 25
design-pattern/structual/proxy/proxy.go
Set
called by 21
algorithms/data-structures/lists/lists.go

Shape

Function 1,174
Method 916
Struct 333
Interface 77
TypeAlias 22
FuncType 1

Languages

Go100%
TypeScript1%

Modules by API surface

awesome-go/grpc-go/route_guide/routeguide/route_guide.pb.go116 symbols
awesome-go/grpc-go/features/proto/echo/echo.pb.go76 symbols
awesome-go/gogoprobuf/proto/protoc-gen-gogoslick/helloworld/helloworld.pb.go43 symbols
awesome-go/gogoprobuf/proto/protoc-gen-grpc-gateway/helloworld/helloworld.pb.go37 symbols
awesome-go/gogoprobuf/proto/protoc-gen-gogofaster/helloworld/helloworld.pb.go37 symbols
awesome-go/gogoprobuf/proto/protoc-gen-gogofast/helloworld/helloworld.pb.go37 symbols
awesome-go/gogoprobuf/proto/protoc-gen-gofast/helloworld/helloworld.pb.go37 symbols
awesome-go/grpc-go/route_guide/mock_routeguide/rg_mock.go32 symbols
awesome-go/grpc-go/helloworld/helloworld/helloworld.pb.go32 symbols
awesome-go/grpc-go-mock/helloworld/helloworld.pb.go32 symbols
Language_Specification/reference-type/interfaces/interfaces_cheat_sheet.go23 symbols
design-pattern/creational/abstract_factory/abstract_factory.go21 symbols

Dependencies from manifests, versioned

github.com/BurntSushi/tomlv0.3.1 · 1×
github.com/Joker/jadev1.0.0 · 1×
github.com/Shopify/goreferrerv0.0.0-2018110622232 · 1×
github.com/Shopify/saramav1.26.4 · 1×
github.com/ajg/formv1.5.1 · 1×
github.com/aliyun/alibaba-cloud-sdk-gov1.61.1047 · 1×
github.com/apache/thriftv0.14.1 · 1×
github.com/astaxie/beegov1.12.2 · 1×
github.com/avast/retry-gov2.6.0+incompatible · 1×
github.com/aymerick/raymondv2.0.2+incompatible · 1×

Datastores touched

pathDatabase · 1 repos

For agents

$ claude mcp add ultimate-go \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact