aboutsummaryrefslogtreecommitdiff
path: root/example/math_expression/stack.go
diff options
context:
space:
mode:
authorAlexander Kiryukhin <a.kiryukhin@mail.ru>2021-03-06 22:38:08 +0300
committerAlexander Kiryukhin <a.kiryukhin@mail.ru>2021-03-06 22:38:08 +0300
commitdf3a032c5268f002b84a1f9d52bfdc384d58fc98 (patch)
tree31a94fb7a0a5fb629b51594890ae456dc01993bd /example/math_expression/stack.go
parent8399e3834b3e1f09dfa2db93a10687e6f1993917 (diff)
Fix examples
Diffstat (limited to 'example/math_expression/stack.go')
-rw-r--r--example/math_expression/stack.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/example/math_expression/stack.go b/example/math_expression/stack.go
index 2ca8acc..b6c37b9 100644
--- a/example/math_expression/stack.go
+++ b/example/math_expression/stack.go
@@ -1,3 +1,5 @@
+// +build example
+
package main
// Simple lexem stack implementation.