Skip to content

Instantly share code, notes, and snippets.

@kranfix
kranfix / Makefile
Created October 5, 2017 20:34 — forked from border/Makefile
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
@kranfix
kranfix / slider_or_carousel.html
Created March 16, 2016 03:54
Code with troubles using materializecss and angular.js