mirror of
https://github.com/burrowers/garble.git
synced 2026-04-22 23:57:14 +08:00
support std imports
This commit is contained in:
Vendored
+2
@@ -32,8 +32,10 @@ exec readelf --section-headers main
|
||||
! grep 'globalFunc' main
|
||||
|
||||
# Finally, check that the 'garble build' shortcut works.
|
||||
# cp main main_old
|
||||
garble build main.go
|
||||
! grep 'globalVar' main
|
||||
# cmp main main_old
|
||||
|
||||
-- main.go --
|
||||
package main
|
||||
|
||||
Reference in New Issue
Block a user