Skip to content

JuanJuanQingQuan/go-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo

compile

# get importcfg source
go build -x -n -v *.go 2>&1 | sed  -n "/^# import config/,/EOF$/p" |grep -v EOF > importcfg
# this will generate xxx.o
go tool compile -N -l -importcfg importcfg xxx.go
# get the coomplie of xxx.go
go tool objdump xxxx.o >> xxx.txt

About

go demo to descripe some knowledge of go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages