From 37af442638d26715b2382de150c3c8966dd6f43b Mon Sep 17 00:00:00 2001 From: Charlie Vieth Date: Sat, 23 Apr 2022 19:11:12 -0400 Subject: [PATCH] Add README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0ab16be --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](https://pkg.go.dev/github.com/charlievieth/imports) +[![Test imports on macOS](https://github.com/charlievieth/imports/actions/workflows/macos.yml/badge.svg)](https://github.com/charlievieth/imports/actions/workflows/macos.yml) +[![Test imports on Linux](https://github.com/charlievieth/imports/actions/workflows/linux.yml/badge.svg)](https://github.com/charlievieth/imports/actions/workflows/linux.yml) +[![Test imports on Windows](https://github.com/charlievieth/imports/actions/workflows/windows.yml/badge.svg)](https://github.com/charlievieth/imports/actions/workflows/windows.yml) + +# imports + +The `github.com/charlievieth/imports` package is an exported version of `golang.org/x/tools/internal/imports` +that adds a Simplify option (like `gofmt`) and has some performance improvements.