mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-01-01 12:14:56 +01:00
mac: add go.mod for upload_system_symbols
This was created by running “go mod init upload_system_symbols”. This is necessary for “go build” to work in recent versions of golang. Previously, errors such as this were produced: go: cannot find main module, but found .git/config in …/breakpad/src to create a module there, run: cd ../../../.. && go mod init Change-Id: Ia88834aec2eb8ee01db452889c525a5f6ebefa25 Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3345400 Reviewed-by: Robert Sesek <rsesek@chromium.org>
This commit is contained in:
parent
605c51ed96
commit
634a7b3fad
1 changed files with 3 additions and 0 deletions
3
src/tools/mac/upload_system_symbols/go.mod
Normal file
3
src/tools/mac/upload_system_symbols/go.mod
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
module upload_system_symbols
|
||||
|
||||
go 1.17
|
||||
Loading…
Add table
Add a link
Reference in a new issue