Open timburks opened 3 days ago
After seeing the deletion in please_go
, I tried using puku fmt
and got good results. I guess this is what the codelab should be suggesting now. The existing text is:
"To add third party dependencies to Please, the easiest way is to use ///go//tools:please_go to resolve them, and then add them to third_party/go/BUILD. Let's add github.com/stretchr/testify:"
After following the instructions in steps 1-8, on step 9 I encountered a crash:
I've seen this on two different systems, both running Ubuntu 24.10.
Continuing the codelab with the
go_repo
statements in the instructions works fine -- the problem is just in getting the dependencies withplease_go -- get
.