started work on porting it to golang

This commit is contained in:
2023-10-30 14:22:43 +01:00
parent 76a1ada486
commit 3b48674f2b
5 changed files with 397 additions and 0 deletions

9
go/go.mod Normal file
View File

@@ -0,0 +1,9 @@
module rpn
go 1.20
require (
github.com/chzyer/readline v1.5.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect
)