Skip to content
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Build status](https://github.com/orijtech/structslop/workflows/Go/badge.svg?branch=master)

Package structslop defines an [Analyzer](analyzer_link) that checks struct can be re-arranged fields to get optimal struct size.
Package structslop defines an [Analyzer](analyzer_link) that checks if struct fields can be re-arranged to optimize size.

## Installation

Expand Down Expand Up @@ -130,7 +130,7 @@ For applying suggested fix, use `-apply` flag, instead of `-fix`.

## Development

Go 1.15+
Go 1.18+
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


### Running test

Expand Down