Simple test program for the *go-pkg/expr* ackage
Go to file
2024-07-17 17:33:19 +02:00
build.bash build.bash: added support to env that has no go.work file 2024-07-17 17:33:19 +02:00
clean-older.bash First commit 2024-07-17 14:24:15 +02:00
go.mod First commit 2024-07-17 14:24:15 +02:00
go.sum First commit 2024-07-17 14:24:15 +02:00
main.go First commit 2024-07-17 14:24:15 +02:00
publish.bash First commit 2024-07-17 14:24:15 +02:00
README.md First commit 2024-07-17 14:24:15 +02:00
version.txt First commit 2024-07-17 14:24:15 +02:00

= dev-expr Simple program for testing purpose on the go-pkg/expr module,

== First build Currently, dev-expr is all contained in the main.go source file, but the version infos that are imported from the version.go file, not included in this repository Use the build.bash script to create the version.go file and build the program, at least for the first time.