aboutsummaryrefslogtreecommitdiff
path: root/example/math_expression/stack.go
diff options
context:
space:
mode:
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.