Compare commits

..

No commits in common. "master" and "v1.0.0" have entirely different histories.

2 changed files with 2 additions and 9 deletions

View File

@ -1,9 +1,2 @@
# rpnparse
Go Utilities for converting infix notation to RPN and solving the RPN
---
[![Total alerts](https://img.shields.io/lgtm/alerts/g/dustinpianalto/rpnparse.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/dustinpianalto/rpnparse/alerts/)
[![Language grade: Go](https://img.shields.io/lgtm/grade/go/g/dustinpianalto/rpnparse.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/dustinpianalto/rpnparse/context:go)
[![Go Report Card](https://goreportcard.com/badge/github.com/dustinpianalto/rpnparse)](https://goreportcard.com/report/github.com/dustinpianalto/rpnparse)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/dustinpianalto/rpnparse)](https://pkg.go.dev/github.com/dustinpianalto/rpnparse)
Go Utilities to converting infix notation to RPN and solving the RPN

2
go.mod
View File

@ -1,3 +1,3 @@
module github.com/dustinpianalto/rpnparse
module github.com/dustinpianalto/rpmparse
go 1.15