Directories
¶
| Path | Synopsis |
|---|---|
|
_tmpls
|
|
|
cliflag
command
|
|
|
blah
module
|
|
|
blah2
module
|
|
|
cmd
|
|
|
bindmntresolve
command
bindmntresolve prints the real directory path on disk of a possibly bind-mounted path
|
bindmntresolve prints the real directory path on disk of a possibly bind-mounted path |
|
compressHistory
command
|
|
|
concsh
command
concsh allows you to concurrently run commands from your shell.
|
concsh allows you to concurrently run commands from your shell. |
|
consttofile
command
|
|
|
egrunner
command
egrunner runs bash scripts in a Docker container to help with creating reproducible examples.
|
egrunner runs bash scripts in a Docker container to help with creating reproducible examples. |
|
gai
command
|
|
|
gai/gotype
command
The gotype command does syntactic and semantic analysis of Go files and packages like the front-end of a Go compiler.
|
The gotype command does syntactic and semantic analysis of Go files and packages like the front-end of a Go compiler. |
|
gg
command
|
|
|
gitbranchgraph
command
|
|
|
gitgodoc
command
gitgodoc allows you to view `godoc` documentation for different branches of a Git repository
|
gitgodoc allows you to view `godoc` documentation for different branches of a Git repository |
|
githubcli
command
|
|
|
gitlscurr
command
gitlscurr is an extended version of git ls-files that aims to reflect the files currently on disk as opposed to the current index (deleted files are in the index but not on disk)
|
gitlscurr is an extended version of git ls-files that aims to reflect the files currently on disk as opposed to the current index (deleted files are in the index but not on disk) |
|
gjbt
command
gjbt is a simple (temporary) wrapper for GopherJS to run tests in Chrome as opposed to NodeJS.
|
gjbt is a simple (temporary) wrapper for GopherJS to run tests in Chrome as opposed to NodeJS. |
|
gogenerate
command
gogenerate is a cache-based wrapper around go generate directives.
|
gogenerate is a cache-based wrapper around go generate directives. |
|
golistalldeps
command
golistalldeps transitively lists all dependencies (package, test and xtest) of specified packages in a format identical to go list
|
golistalldeps transitively lists all dependencies (package, test and xtest) of specified packages in a format identical to go list |
|
helpflagtopkgdoc
command
|
|
|
internal/gogenerate
gogenerate is a cache-based wrapper around go generate directives.
|
gogenerate is a cache-based wrapper around go generate directives. |
|
internal/gogenerate/internal/go
command
|
|
|
jsonlint
command
|
|
|
mdreplace
command
mdreplace is a tool to help you keep your markdown README/documentation current.
|
mdreplace is a tool to help you keep your markdown README/documentation current. |
|
modpub
command
modpub is a tool to help create a directory of vgo modules from a git respository.
|
modpub is a tool to help create a directory of vgo modules from a git respository. |
|
mountwrap
command
|
|
|
newshell
command
|
|
|
pkgconcat
command
pkgconcat is a simple tool that concatenates the contents of a package into a single file
|
pkgconcat is a simple tool that concatenates the contents of a package into a single file |
|
protoc
command
The protoc command is a Go modules-based wrapper around the C++ protoc command.
|
The protoc command is a Go modules-based wrapper around the C++ protoc command. |
|
protoc/internal/getprotoc
command
getprotoc is a go:generate generator that downloads a given version of the C++ protoc compiler.
|
getprotoc is a go:generate generator that downloads a given version of the C++ protoc compiler. |
|
protofmt
command
|
|
|
simpkg
command
|
|
|
types
command
|
|
|
unsharemounts
command
|
|
|
vartojson
command
The vartojson command writes the JSON marshaled value of a variable to a file.
|
The vartojson command writes the JSON marshaled value of a variable to a file. |
|
watcher
command
watcher is a Linux-based directory watcher for triggering commands
|
watcher is a Linux-based directory watcher for triggering commands |
|
Package gogenerate exposes some of the unexported internals of the go generate command as a convenience for the authors of go generate generators.
|
Package gogenerate exposes some of the unexported internals of the go generate command as a convenience for the authors of go generate generators. |
|
_testFiles/eg01
command
|
|
|
gopherize.me
|
|
|
client
command
|
|
|
Package highlightjs provides an incomplete wrapper for Highlight.js (https://github.com/isagalaev/highlight.js), a Javascript syntax highlighter
|
Package highlightjs provides an incomplete wrapper for Highlight.js (https://github.com/isagalaev/highlight.js), a Javascript syntax highlighter |
|
Package hybridimporter is an implementation of go/types.ImporterFrom that uses depdency export information where it can, falling back to a source-file based importer otherwise.
|
Package hybridimporter is an implementation of go/types.ImporterFrom that uses depdency export information where it can, falling back to a source-file based importer otherwise. |
|
srcimporter
Package srcimporter implements importing directly from source files rather than installed packages.
|
Package srcimporter implements importing directly from source files rather than installed packages. |
|
Package immutable is a helper package for the immutable data structures generated by myitcv.io/immutable/cmd/immutableGen.
|
Package immutable is a helper package for the immutable data structures generated by myitcv.io/immutable/cmd/immutableGen. |
|
cmd/immutableGen
command
immutableGen is a go generate generator that creates immutable struct, map and slice type declarations from template type declarations.
|
immutableGen is a go generate generator that creates immutable struct, map and slice type declarations from template type declarations. |
|
cmd/immutableVet
command
|
|
|
internal
|
|
|
ast
Package ast defines the AST data structures used by gotoc.
|
Package ast defines the AST data structures used by gotoc. |
|
gendesc
Package gendesc generates descriptor protos from an AST.
|
Package gendesc generates descriptor protos from an AST. |
|
parser
Package parser parses proto files into gotoc's AST representation.
|
Package parser parses proto files into gotoc's AST representation. |
|
Package react is a set of GopherJS bindings for Facebook's React, a Javascript library for building user interfaces.
|
Package react is a set of GopherJS bindings for Facebook's React, a Javascript library for building user interfaces. |
|
cmd/coreGen
command
coreGen is a go generate generator that helps to automate writing the core of myitcv.io/react.
|
coreGen is a go generate generator that helps to automate writing the core of myitcv.io/react. |
|
cmd/cssGen
command
cssGen is a temporary code generator for the myitcv.io/react.CSS type
|
cssGen is a temporary code generator for the myitcv.io/react.CSS type |
|
cmd/reactGen
command
reactGen is a go generate generator that helps to automate the process of writing GopherJS React web applications.
|
reactGen is a go generate generator that helps to automate the process of writing GopherJS React web applications. |
|
cmd/reactVet
command
reactVet is a vet program used to check the correctness of myitcv.io/react based packages.
|
reactVet is a vet program used to check the correctness of myitcv.io/react based packages. |
|
cmd/reactVet/_testFiles
command
|
|
|
cmd/stateGen
command
stateGen is a go generate generator that helps to automate the process of creating state trees for use in GopherJS React web applications.
|
stateGen is a go generate generator that helps to automate the process of creating state trees for use in GopherJS React web applications. |
|
examples/blog/2017_04_16
command
|
|
|
examples/sites/cueplayground
command
|
|
|
examples/sites/examplesshowcase
command
|
|
|
examples/sites/globalstate
command
|
|
|
examples/sites/hellomessage
command
|
|
|
examples/sites/helloworld
command
|
|
|
examples/sites/immtodoapp
command
|
|
|
examples/sites/latency
command
|
|
|
examples/sites/markdowneditor
command
|
|
|
examples/sites/present
command
|
|
|
examples/sites/raffle
command
|
|
|
examples/sites/raffle/checker
command
checker is a simpler command line tool for checking entries to the raffle
|
checker is a simpler command line tool for checking entries to the raffle |
|
examples/sites/syntaxviewer
command
|
|
|
examples/sites/timer
command
|
|
|
examples/sites/todoapp
command
|
|
|
jsx
Package jsx allows you to render blocks of HTML as myitcv.io/react elements.
|
Package jsx allows you to render blocks of HTML as myitcv.io/react elements. |
|
Package remarkable provides an incomplete wrapper for remarkable (https://github.com/jonschlinkert/remarkable), a pure Javascript markdown parser
|
Package remarkable provides an incomplete wrapper for remarkable (https://github.com/jonschlinkert/remarkable), a pure Javascript markdown parser |
|
cmd/sortGen
command
|
|
|
cmd/sortGen/_testFiles
command
|
|
|
example
command
|
Click to show internal directories.
Click to hide internal directories.