{"id":22018148,"url":"https://github.com/rvflash/tools","last_synced_at":"2025-03-23T09:27:37.819Z","repository":{"id":62997219,"uuid":"369644397","full_name":"rvflash/tools","owner":"rvflash","description":"Lists of underrated tools to use and more. ","archived":false,"fork":false,"pushed_at":"2023-04-16T14:04:20.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-28T16:16:30.597Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rvflash.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-21T20:13:39.000Z","updated_at":"2022-10-03T15:26:34.000Z","dependencies_parsed_at":"2023-01-23T16:30:44.709Z","dependency_job_id":null,"html_url":"https://github.com/rvflash/tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvflash%2Ftools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvflash%2Ftools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvflash%2Ftools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvflash%2Ftools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rvflash","download_url":"https://codeload.github.com/rvflash/tools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245081311,"owners_count":20557815,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-30T05:10:11.109Z","updated_at":"2025-03-23T09:27:37.799Z","avatar_url":"https://github.com/rvflash.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tools\n\nLists of underrated tools to use and more. \n\n* Package documentation is now managed by `pkgsite` (previously `godoc`). Install it with the following command and then, in the project root , launch this command: `pkgsite`. It launches a website on http://localhost:8080 to explore the packages documentation. \n```\ngo install golang.org/x/pkgsite/cmd/pkgsite@latest\n```\n* Structured logger https://pkg.go.dev/golang.org/x/exp/slog ([see the live presentaion](https://www.youtube.com/watch?v=gd_Vyb5vEw0))\n* `go:embed` provides access to files embedded in the running Go program (like bo-bindata) https://pkg.go.dev/embed\n* Golang Vulnerability: https://vuln.go.dev/  \n```\n$ go install golang.org/x/vuln/cmd/govulncheck@latest\n```\n* Golang updates\n\u003e https://github.com/golang/dl\n```\n$ go install golang.org/dl/go1.19.2@latest\n$ go1.19.2 download\n$ ln -s /home/rv/sdk/go1.19.2 /usr/local/go\n```\n* Online converter from JSON to Go struct\n\u003e https://mholt.github.io/json-to-go/\n* Fieldalignment: A part of gotools and govet linter, `fieldalignment` prints out misaligned structs and the current/ideal size of struct.\n\u003e https://pkg.go.dev/golang.org/x/tools/go/analysis/passes/fieldalignment/cmd/fieldalignment\n```bash\nfieldalignment -fix ${package_path}\n```\n* Stringer is a tool to automate the creation of methods that satisfy the fmt.Stringer interface. \n\u003e https://pkg.go.dev/golang.org/x/tools@v0.1.1/cmd/stringer\n* Go fmt also provides an interface to perform replacements in the codes base \n\u003e https://pkg.go.dev/cmd/gofmt\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frvflash%2Ftools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frvflash%2Ftools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frvflash%2Ftools/lists"}