Documentation
¶
Overview ¶
The 'gd' command is designed as a drop-in replacement of the 'go' command when working with Godot-based projects. It will automatically download and install the supported version of Godot and ensure all go commands behave as expected (go build, go run, etc).
The 'gd' command assumes that the Go module lives at the root of the project, an empty godot project will be created under a 'graphics' directory, this is where the user can keep the graphical representation of their project and manage their assets. Running the command without any command line arguments will launch the Godot editor for managing the assets in this directory.
Directories
¶
| Path | Synopsis |
|---|---|
|
internal
|
|
|
cryptic
Package cryptic provides functions for generating deterministic RSA keys and self-signed certificates.
|
Package cryptic provides functions for generating deterministic RSA keys and self-signed certificates. |
|
cryptic/atomicfile
Implement atomic write-rename file pattern.
|
Implement atomic write-rename file pattern. |
|
cryptic/binpatch
A means of conveying a series of edits to binary files.
|
A means of conveying a series of edits to binary files. |
|
cryptic/pkcs7
PKCS#7 is a specification for signing or encrypting data using ASN.1 structures.
|
PKCS#7 is a specification for signing or encrypting data using ASN.1 structures. |
|
cryptic/pkcs9
PKCS#9 is a specification for trusted timestamping.
|
PKCS#9 is a specification for trusted timestamping. |
|
cryptic/rsa
Package rsa implements RSA encryption as specified in PKCS#1.
|
Package rsa implements RSA encryption as specified in PKCS#1. |
|
refactor/eg
Package eg implements the example-based refactoring tool whose command-line is defined in golang.org/x/tools/cmd/eg.
|
Package eg implements the example-based refactoring tool whose command-line is defined in golang.org/x/tools/cmd/eg. |
Click to show internal directories.
Click to hide internal directories.