Compare commits

...

7 Commits

Author SHA1 Message Date
Dusty.P
a62a02c226
Update README.md 2020-08-26 00:13:20 -08:00
Dusty.P
54c44b6629
Update README.md 2020-08-25 23:56:42 -08:00
Dusty.P
9720a4c644
Update README.md 2020-08-25 23:54:39 -08:00
Dusty.P
e285f6de3a
Update README.md 2020-08-25 23:52:48 -08:00
Dusty.P
18a2cc4893
Update README.md 2020-08-25 23:49:38 -08:00
Dusty.P
bb718b263e
Update README.md 2020-08-25 23:43:33 -08:00
Dustin Pianalto
7d5d4e8338 Fix typo in go.mod 2020-08-25 22:24:05 -08:00
2 changed files with 9 additions and 2 deletions

View File

@ -1,2 +1,9 @@
# rpnparse # rpnparse
Go Utilities to converting infix notation to RPN and solving the RPN 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)

2
go.mod
View File

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