high-yak-85899
07/06/2023, 3:46 AMtailor . tailor seems to be satisfied with no build files for those files. Anything obvious I might be leaving out to get tailor to start finding my things?high-yak-85899
07/06/2023, 3:48 AMlist work as expected.broad-processor-92400
07/06/2023, 3:54 AMgo.mod files and package main contents.
What's your (approximate) file structure? What's the manual BUILD that works for you?high-yak-85899
07/06/2023, 3:56 AMmy_file.go inside and threw tailor at it. When nothing happened, I made a BUILD file with a single go_package entry.high-yak-85899
07/06/2023, 3:56 AMbroad-processor-92400
07/06/2023, 3:58 AMgo.mod file, whatever that file means!high-yak-85899
07/06/2023, 4:14 AMgo.mod at the top level made things happyhigh-yak-85899
07/06/2023, 4:22 AMtouch go.mod. Instead, I deleted that and, at our monorepo root, I ran go mod init <company name> which had the proper populated file.high-yak-85899
07/06/2023, 4:23 AMtailor and dependencies worked like a charm!