aboutsummaryrefslogtreecommitdiff
path: root/example/math_expression/stack.go
diff options
context:
space:
mode:
authorAlexander Kiryukhin <a.kiryukhin@mail.ru>2022-02-02 22:17:30 +0300
committerAlexander Kiryukhin <a.kiryukhin@mail.ru>2022-02-02 22:17:30 +0300
commit9489f783e560f12310bc4fec9b6073489bc050af (patch)
treecc1edd18384f206947e671346094021c88b86a4c /example/math_expression/stack.go
parentd8d462d3f91e85323ebe478b01fc4bdaae17afe9 (diff)
Fix example
Diffstat (limited to 'example/math_expression/stack.go')
-rw-r--r--example/math_expression/stack.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/example/math_expression/stack.go b/example/math_expression/stack.go
index eebd476..5244f7c 100644
--- a/example/math_expression/stack.go
+++ b/example/math_expression/stack.go
@@ -1,6 +1,3 @@
-//go:build example
-// +build example
-
package main
// Simple lexem stack implementation.