Here are
63 public repositories
matching this topic...
Execute JavaScript from Go
Simple low-level GraphQL HTTP client for Go
Jenkins API Client in Go. Looking for maintainers to move this project forward.
Tricks for working with the godoc tool.
Expression evaluation in golang
[WIP] Pure-Go implementation of ZeroMQ-4
hep is the mono repository holding all of go-hep.org/x/hep packages and tools
🐮 cowsay is reborn. Neo Cowsay written in Go. This cowsay extended the original and added fun more options. And it can be used as a library.
Play with GoDoc syntax and preview your changes in realtime
Generate readme file from Go doc. Now available with Github actions!
Vim plugin: flexible viewer for any documentation
Updated
Jun 23, 2019
Vim script
Golang Mastodon API library
Go bindings for the C libusb library.
A GOPROXY Documentation Generator
Go vanity domain HTTP handler
An example ReadMe file for Go libraries.
Helper routines for simplifying the creation of optional fields of basic type.
Simple library for calculate percentages in Go.
Search GoDoc.org via command-line
Implementation of Basic HTTP authentication middleware for Go language.
Generates CHM documentation from godoc
Multi-Layer Perceptron library in Golang & example using the MNIST Image Dataset
Improve this page
Add a description, image, and links to the
godoc
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
godoc
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Currently, null values from the query results do not map and rather error out when trying to map to a struct's value type field. This however works if the target field is a pointer.
If the resulting value is null and the target is a value type field, resort to the default value
i.e., if the record
1, John, doe, john@doe.com, nullis being mapped to the following struct