Latest

All the resources in the Guide, starting with most recent.

Change Struct Tag Style

Tip

Change Struct Tag Style
Quickly change different styles of the struct tags.
Run Tests Before Commit

Tip

Run Tests Before Commit
Make sure your tests pass before reaching the CI/CD pipeline.
Run Inspections Before Commit

Tip

Run Inspections Before Commit
Catch all issues before your code before you commit it.
Cleanup Code Before Commit

Tip

Cleanup Code Before Commit
Remove all the redundant parenthesis and other unneeded code before commit.
Search Text or Files in Local History

Tip

Search Text or Files in Local History
Find exactly what you are looking for, even if you removed it
Rename Go Module Refactoring

Tip

Rename Go Module Refactoring
Upgrade Go modules to newer versions with ease
Quickly Handle Errors in Go

Tip

Quickly Handle Errors in Go
Handling errors is essential in any application
Delete Kubernetes Resources

Tip

Delete Kubernetes Resources
Teardown resources faster as and when you need to.
Convert Kubernetes Resources Definition Formats

Tip

Convert Kubernetes Resources Definition Formats
Quickly switch between List and Multidocument YAML for Kubernetes resource definitions.
Convert JSON to Go Types

Tip

Convert JSON to Go Types
Converting a JSON response to a Go type has never been faster than this.
Handle Go Errors by Using a Postfix Completion

Tip

Handle Go Errors by Using a Postfix Completion
Keep writing code as you would and use the postfix completion to generate the boilerplate.