go-snippets

An extension to accelerate the process of developing applications with GO lang.

MIT License

Stars
4

Bot releases are visible (Hide)

go-snippets - 1.3.0 Latest Release

Published by kauemurakami 5 months ago

  • Add more snippets
    • gofunchttp -> generate code with sign a function to http request
    • gowrite -> Generate a w.Write(json)
    • gowriteheader -> Generate a w.WriteHeader(status)
    • gomarshal -> Generate json from object with handle error
    • gounmarshal -> Generate object from json with handle error
    • goroutesfilepackage -> Generating setup of package routes that will be used in gosetuproutes
    • goroute -> Creates a simple route to be added to the package_routes.go file
    • gosetuproutes -> Generates the single route file that retrieves the packages routes and initializes them at once
go-snippets - 1.2.1

Published by kauemurakami 5 months ago

Add more snippets
Fix snippets
Init create go CLI

go-snippets - 1.2.0

Published by kauemurakami 5 months ago

#v1.2.0

  • Add more snippets
    • goselect -> generace a simple select with case
    • goroutineanon -> generate anonymous go routine
    • goroutine -> generate go routine with exist function
    • gotestfile -> generate file and function test to any package
    • gotest -> generate a function test
    • init add CLI to package
go-snippets - v1.1.0

Published by kauemurakami 5 months ago

Add more snippets
Examples in gifs
Add CHANGELOG

go-snippets - 1.0.1

Published by kauemurakami 5 months ago

Add icon to extension and fix issues

go-snippets - 1.0.0

Published by kauemurakami 5 months ago

Initial update with features of the snippets/autocompletes

  1. gomain
  2. gofunc
  3. gofuncerr
  4. gofuncempty
  5. goif
  6. gofor
  7. goforrange
  8. govar
  9. govartype
  10. gostruct
  11. goinit
  12. goerr
  13. goreadinput
Package Rankings
Top 6.83% on Proxy.golang.org
Badges
Extracted from project README
pt-br en Star on GitHub
Related Projects