Documentation
¶
Overview ¶
gosh will take go code entered as a command line parameter and wrap it in a main() function. Then it will use gofmt (or goimports if it is installed) to format the code and lastly call go run to compile and run the code.
Source Files
¶
- addExamples.go
- addNotes.go
- addParams.go
- addReferences.go
- doc.go
- editFile.go
- env.go
- filenameHandler.go
- formatters.go
- gosh.go
- importers.go
- main.go
- moduleMapSetter.go
- packageRename.go
- packageStrip.go
- paramEditor.go
- paramset.go
- preCheck.go
- setConfigFile.go
- shebang.go
- snippetList.go
- stdin.go
- writeProg.go
Click to show internal directories.
Click to hide internal directories.