diff options
author | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2022-02-02 22:17:30 +0300 |
---|---|---|
committer | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2022-02-02 22:17:30 +0300 |
commit | 9489f783e560f12310bc4fec9b6073489bc050af (patch) | |
tree | cc1edd18384f206947e671346094021c88b86a4c /example/math_expression/stack.go | |
parent | d8d462d3f91e85323ebe478b01fc4bdaae17afe9 (diff) |
Fix example
Diffstat (limited to 'example/math_expression/stack.go')
-rw-r--r-- | example/math_expression/stack.go | 3 |
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. |