all:
	go build .

clean:
	rm -f get_bars
