mirror of
https://github.com/avelino/awesome-go.git
synced 2024-12-12 17:13:58 +00:00
fix editor auto lint problem, sorry
Signed-off-by: Avelino <t@avelino.xxx>
This commit is contained in:
parent
81e3dfadd5
commit
04848d4e0e
30
README.md
30
README.md
@ -19,16 +19,10 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
### Contents
|
### Contents
|
||||||
|
|
||||||
- [Awesome Go](#awesome-go)
|
- [Awesome Go](#awesome-go)
|
||||||
- [Sponsorships](#sponsorships)
|
|
||||||
- [Contributing](#contributing)
|
|
||||||
- [*If you see a package or project here that is no longer maintained or is not a good fit, please submit a pull request to improve this file. Thank you!*](#if-you-see-a-package-or-project-here-that-is-no-longer-maintained-or-is-not-a-good-fit-please-submit-a-pull-request-to-improve-this-file-thank-you)
|
|
||||||
- [Contents](#contents)
|
|
||||||
- [Audio and Music](#audio-and-music)
|
- [Audio and Music](#audio-and-music)
|
||||||
- [Authentication and OAuth](#authentication-and-oauth)
|
- [Authentication and OAuth](#authentication-and-oauth)
|
||||||
- [Bot Building](#bot-building)
|
- [Bot Building](#bot-building)
|
||||||
- [Command Line](#command-line)
|
- [Command Line](#command-line)
|
||||||
- [Standard CLI](#standard-cli)
|
|
||||||
- [Advanced Console UIs](#advanced-console-uis)
|
|
||||||
- [Configuration](#configuration)
|
- [Configuration](#configuration)
|
||||||
- [Continuous Integration](#continuous-integration)
|
- [Continuous Integration](#continuous-integration)
|
||||||
- [CSS Preprocessors](#css-preprocessors)
|
- [CSS Preprocessors](#css-preprocessors)
|
||||||
@ -53,7 +47,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
- [GUI](#gui)
|
- [GUI](#gui)
|
||||||
- [Hardware](#hardware)
|
- [Hardware](#hardware)
|
||||||
- [Images](#images)
|
- [Images](#images)
|
||||||
- [IoT (Internet of Things)](#iot-internet-of-things)
|
- [IoT](#iot-internet-of-things)
|
||||||
- [Job Scheduler](#job-scheduler)
|
- [Job Scheduler](#job-scheduler)
|
||||||
- [JSON](#json)
|
- [JSON](#json)
|
||||||
- [Logging](#logging)
|
- [Logging](#logging)
|
||||||
@ -97,26 +91,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
- [WebAssembly](#webassembly)
|
- [WebAssembly](#webassembly)
|
||||||
- [Windows](#windows)
|
- [Windows](#windows)
|
||||||
- [XML](#xml)
|
- [XML](#xml)
|
||||||
- [Tools](#tools)
|
|
||||||
- [Code Analysis](#code-analysis)
|
|
||||||
- [Editor Plugins](#editor-plugins)
|
|
||||||
- [Go Generate Tools](#go-generate-tools)
|
|
||||||
- [Go Tools](#go-tools)
|
|
||||||
- [Software Packages](#software-packages)
|
|
||||||
- [DevOps Tools](#devops-tools)
|
|
||||||
- [Other Software](#other-software)
|
|
||||||
- [Resources](#resources)
|
|
||||||
- [Benchmarks](#benchmarks)
|
|
||||||
- [Conferences](#conferences)
|
|
||||||
- [E-Books](#e-books)
|
|
||||||
- [Gophers](#gophers)
|
|
||||||
- [Meetups](#meetups)
|
|
||||||
- [Style Guides](#style-guides)
|
|
||||||
- [Social Media](#social-media)
|
|
||||||
- [Twitter](#twitter)
|
|
||||||
- [Reddit](#reddit)
|
|
||||||
- [Websites](#websites)
|
|
||||||
- [Tutorials](#tutorials)
|
|
||||||
|
|
||||||
- [Tools](#tools)
|
- [Tools](#tools)
|
||||||
- [Code Analysis](#code-analysis)
|
- [Code Analysis](#code-analysis)
|
||||||
@ -2246,7 +2220,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
|||||||
* [GoLint](https://github.com/golang/lint) - Golint is a linter for Go source code.
|
* [GoLint](https://github.com/golang/lint) - Golint is a linter for Go source code.
|
||||||
* [Golint online](http://go-lint.appspot.com/) - Lints online Go source files on GitHub, Bitbucket and Google Project Hosting using the golint package.
|
* [Golint online](http://go-lint.appspot.com/) - Lints online Go source files on GitHub, Bitbucket and Google Project Hosting using the golint package.
|
||||||
* [GoPlantUML](https://github.com/jfeliu007/goplantuml) - Library and CLI that generates text plantump class diagram containing information about structures and interfaces with the relationship among them.
|
* [GoPlantUML](https://github.com/jfeliu007/goplantuml) - Library and CLI that generates text plantump class diagram containing information about structures and interfaces with the relationship among them.
|
||||||
* [goreturns](https://sourcegraph.com/github.com/sqs/goreturns) - Adds zero-value return statements to match the func return types.
|
* [goreturns](https://sourcegraph.com/github.com/sqs/goreturns) -Adds zero-value return statements to match the func return types.
|
||||||
* [gosimple](https://github.com/dominikh/go-tools/tree/master/cmd/gosimple) - gosimple is a linter for Go source code that specialises on simplifying code.
|
* [gosimple](https://github.com/dominikh/go-tools/tree/master/cmd/gosimple) - gosimple is a linter for Go source code that specialises on simplifying code.
|
||||||
* [gostatus](https://github.com/shurcooL/gostatus) - Command line tool, shows the status of repositories that contain Go packages.
|
* [gostatus](https://github.com/shurcooL/gostatus) - Command line tool, shows the status of repositories that contain Go packages.
|
||||||
* [lint](https://github.com/surullabs/lint) - Run linters as part of go test.
|
* [lint](https://github.com/surullabs/lint) - Run linters as part of go test.
|
||||||
|
Loading…
Reference in New Issue
Block a user