-
Updated
Jun 10, 2022 - Go
#
godoc
Here are 74 public repositories matching this topic...
Execute JavaScript from Go
Jenkins API Client in Go. Looking for maintainers to move this project forward.
-
Updated
May 17, 2022 - Go
-
Updated
May 26, 2022 - Go
Expression evaluation in golang
go
golang
parser
parsing
evaluation
godoc
expression-evaluator
expression-language
evaluate-expressions
gval
-
Updated
May 18, 2022 - 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
Jun 2, 2022 - Go
-
Updated
Feb 25, 2022 - Go
1
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
Oct 28, 2021 - 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
Apr 22, 2022 - Go
An example ReadMe file for Go libraries.
-
Updated
Feb 11, 2017
Default godoc generator - make your first steps towards better code documentation
-
Updated
Sep 23, 2021 - Go
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
Document your go code using asciidoc instead of godoc
-
Updated
Sep 27, 2021 - Go
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.