From a0b020a78eb0b33965c59460fc093c6959216e44 Mon Sep 17 00:00:00 2001 From: Flu0r1ne Date: Tue, 3 Aug 2021 02:02:40 -0500 Subject: Initial commit with basic build structure --- cmd/sub/evaluate.go | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cmd/sub/evaluate.go (limited to 'cmd/sub/evaluate.go') diff --git a/cmd/sub/evaluate.go b/cmd/sub/evaluate.go new file mode 100644 index 0000000..35dd48d --- /dev/null +++ b/cmd/sub/evaluate.go @@ -0,0 +1,9 @@ +package sub + +import ( + "fmt" +) + +func Evaluate(params []string) { + fmt.Print(params) +} -- cgit v1.2.3