Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct typos in README #1

Merged
merged 1 commit into from
Mar 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Golang Tag Align
# Go Tag Align

![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/4meepo/tagalign?style=flat-square)
[![codecov](https://codecov.io/gh/4meepo/tagalign/branch/main/graph/badge.svg)](https://app.codecov.io/github/4meepo/tagalign)
[![GoDoc](https://godoc.org/github.com/4meepo/tagalign?status.svg)](https://pkg.go.dev/github.com/4meepo/tagalign)
[![Go Report Card](https://goreportcard.com/badge/github.com/4meepo/tagalign)](https://goreportcard.com/report/github.com/4meepo/tagalign)

TagAlign is used to align and sort tags in golang struct. It can make the struct more readable and easy to maintain.
TagAlign is used to align and sort tags in Go struct. It can make the struct more readable and easier to maintain.

For example, this struct

Expand Down Expand Up @@ -86,4 +86,4 @@ tagalign -fix -auto-sort -fixed-order "json,xml" {package path}

[Autofix Example](https://github.com/golangci/golangci-lint/pull/2450/files)

[Integraing](https://disaev.me/p/writing-useful-go-analysis-linter/#integrating)
[Integrating](https://disaev.me/p/writing-useful-go-analysis-linter/#integrating)