From e0be196d0cee35f043553a39e7d69af01b26a880 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sat, 23 Sep 2023 14:10:05 +0700 Subject: [PATCH] chore: add badges --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e9603c2..d57c032 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,15 @@ [![Go](https://github.com/haunt98/gofimports/workflows/Go/badge.svg?branch=main)](https://github.com/haunt98/gofimports/actions) [![Go Reference](https://pkg.go.dev/badge/github.com/haunt98/gofimports.svg)](https://pkg.go.dev/github.com/haunt98/gofimports) +[![Latest Version](https://img.shields.io/github/v/tag/haunt98/gofimports)](https://github.com/haunt98/gofimports/tags) Group Go imports with my opinionated preferences. -First is **standard**. -Then **third party**, then **company** if exist. -The last is **local**. +First is **standard**. Then **third party**, then **company** if exist. The last +is **local**. -Also main selling point of this tool is to handle imports only. -So please run `gofumpt` or `gofmt` to format you files after running this tool. +Also main selling point of this tool is to handle imports only. So please run +`gofumpt` or `gofmt` to format you files after running this tool. ## Install