github.com/hedzr/evendeep@v0.4.8/.github/asm.sh (about)

     1  #!/bin/bash
     2  
     3  go build -o ./bin/small ./examples/small
     4  go tool objdump -S ./bin/small >./bin/small.S