Replaced go-code-visualizer with go-callvis

Signed-off-by: Russ Magee <rmagee@gmail.com>
This commit is contained in:
Russ Magee 2018-11-21 17:06:09 -08:00
parent b63252dbf6
commit c6cbd8d681
10 changed files with 2167 additions and 6 deletions

View file

@ -1,5 +1,6 @@
.PHONY: clean all
.PHONY: clean all vis
EXTPKGS = bytes,errors,flag,fmt,internal,io,log,net,os,path,runtime,time,strings,sync,syscall,binary,encoding
EXE = $(notdir $(shell pwd))
all:
@ -8,3 +9,6 @@ all:
clean:
$(RM) $(EXE) $(EXE).exe
vis:
go-callvis -skipbrowser -svg -output hkexpasswd-vis -ignore $(EXTPKGS) -group pkg,type .