mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-22 16:43:46 +00: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…
Reference in a new issue