gogetdoc
Doc fetcher
Tools to easily look up documentation for items in Go source code from within the editor.
Gets documentation for items in Go source code.
183 stars
9 watching
24 forks
Language: Go
last commit: over 5 years ago Related projects:
Repository | Description | Stars |
---|---|---|
msyrus/vscode-go-doc | An extension for Visual Studio Code to display Go definitions and generate documentation. | 8 |
namit/the-go-programming-language | A collection of notes, examples, and exercises from the official Go book. | 2 |
tmc/protoc-gen-apidocs | Generates markdown documentation from Protobuf descriptors | 29 |
bitfield/gotestdox | Formats Go test results as readable documentation | 121 |
gennaro-tedesco/archimede | Displays concise information about a directory structure and file composition. | 43 |
xxjwxc/public | A comprehensive utility package for Go programmers | 175 |
gobootcamp/book | A companion resource providing documentation and support for learning Go programming language | 305 |
iand/gedcom | Tools for working with GEDCOM file format in Go | 37 |
unidoc/unidoc | A Go library for extracting text from PDF files, particularly invoices. | 708 |
mmcgrana/gobyexample | A site that teaches Go programming by extracting code and comments from source files | 7,310 |
davemolk/gogetjs | Tools for extracting and analyzing JavaScript files from web pages | 40 |
hscells/doi | Library for parsing and validating Digital Object Identifiers in Go | 10 |
go-oas/docs | Automatically generates RESTful API documentation for Go projects aligned with the Open API Specification standard. | 41 |
ugorji/go | A high-performance, feature-rich Idiomatic Go 1.4+ codec/encoding library for various binary and text formats. | 1,861 |
xd-deng/handytools-go-webassembly | Demonstrates Go's compilation to WebAssembly and JavaScript interaction | 66 |