From 9489f783e560f12310bc4fec9b6073489bc050af Mon Sep 17 00:00:00 2001 From: Alexander Kiryukhin Date: Wed, 2 Feb 2022 22:17:30 +0300 Subject: Fix example --- example/math_expression/stack.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'example/math_expression/stack.go') 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. -- cgit v1.2.3