Skip to content

Instantly share code, notes, and snippets.

View meggamind's full-sized avatar

Aniket Sharma meggamind

  • airbnb
  • San Francisco, CA, US
View GitHub Profile
@border
border / Makefile
Created January 12, 2011 01:36
json example in golang
include $(GOROOT)/src/Make.inc
GOFMT=gofmt -spaces=true -tabindent=false -tabwidth=4
all:
$(GC) jsontest.go
$(LD) -o jsontest.out jsontest.$O
format:
$(GOFMT) -w jsontest.go