-
Updated
Jul 18, 2021 - Go
#
godoc
Here are 71 public repositories matching this topic...
Execute JavaScript from Go
Jenkins API Client in Go. Looking for maintainers to move this project forward.
-
Updated
Jul 29, 2021 - Go
-
Updated
Aug 13, 2021 - Go
Expression evaluation in golang
go
golang
parser
parsing
evaluation
godoc
expression-evaluator
expression-language
evaluate-expressions
gval
-
Updated
Jun 3, 2021 - Go
hep is the mono repository holding all of go-hep.org/x/hep packages and tools
go
golang
statistics
plot
godoc
plotting
hep
cern
root-cern
lhc
go-hep
hepmc
xrootd
cern-analysis
physics-analyses
-
Updated
Aug 11, 2021 - Go
-
Updated
Jul 14, 2021 - Go
Play with GoDoc syntax and preview your changes in realtime
-
Updated
Jul 28, 2019 - Go
Vim plugin: flexible viewer for any documentation
-
Updated
Dec 20, 2020 - Vim script
Simple library for calculate percentages in Go.
-
Updated
Jan 28, 2020 - Go
Go-Notebook is inspired by Jupyter Project (link) in order to document Golang code.
golang
documentation
data-science
data
jupyter
notebook
repl
plot
data-visualization
godoc
golang-tools
golang-examples
notebook-jupyter
gobook
gomacro
shell-go
golang-notebook
-
Updated
Aug 10, 2021 - Go
An example ReadMe file for Go libraries.
-
Updated
Feb 11, 2017
rahulrumalla
commented
Feb 9, 2018
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, null is being mapped to the following struct
type struct Us
Improve this page
Add a description, image, and links to the godoc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the godoc topic, visit your repo's landing page and select "manage topics."
The only way to make a file using this tool as CLI is to redirect the stdout to a file. It would be helpful to have a flag for where to output the markdown content.