Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
README: add a maintenance notice
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdan committed Mar 19, 2024
1 parent 930bfd6 commit 50b0d7f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# goreduce

[![Build Status](https://travis-ci.org/mvdan/goreduce.svg?branch=master)](https://travis-ci.org/mvdan/goreduce)

Reduce a program to its simplest form as long as it produces a compiler
error or any output (such as a panic) matching a regular expression.

go get -u mvdan.cc/goreduce

**Note that this project isn't being actively developed right now.**
If you are interested in continuing the work, feel free to fork the repository,
or email me to discuss transferring the entire repository over.

### Example

```
Expand Down

0 comments on commit 50b0d7f

Please sign in to comment.