first working version
This commit is contained in:
parent
14e0611f06
commit
85f93bae69
32 changed files with 863 additions and 571 deletions
3
Makefile
3
Makefile
|
|
@ -8,7 +8,6 @@ PROGRAM=gowiki
|
|||
all: $(PROGRAM)
|
||||
|
||||
setup:
|
||||
$(CC) get github.com/tools/godep
|
||||
$(CC) get github.com/client9/misspell
|
||||
|
||||
$(PROGRAM): clean codeqa
|
||||
|
|
@ -26,7 +25,7 @@ golint:
|
|||
$(GOPATH)/bin/golint .
|
||||
|
||||
misspell:
|
||||
$(GOPATH)/bin/misspell **/*
|
||||
$(GOPATH)/bin/misspell -i functionallity,avaliable,HALP,halp,agains,becuase,Christiaan,compatiblity,conjuction,frequence,inital,inot,occurance,overriden,pervious,preceeded,preceeds,precendence,PROPOGATE,reamining,represenation,soley,substract,supression,whcih *
|
||||
|
||||
templates:
|
||||
$(CC) generate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue