OTS_TimeSeries: Add the AddDataPoint() method.
[otsdb-go.git] / Makefile
1 GOROOT = /usr/lib/go
2
3 include $(GOROOT)/src/Make.inc
4
5 TARG    = ots_timeseries
6 GOFILES = ots_timeseries.go\
7
8 include $(GOROOT)/src/Make.pkg