golang-samples icon indicating copy to clipboard operation
golang-samples copied to clipboard

fix invalid module names

Open muncus opened this issue 1 year ago • 1 comments

the following packages do not use fully qualified module names, which results in 'ambiguous import' errors.

  • [ ] ./compute/quickstart
  • [ ] ./internal/gomodversiontest
  • [ ] ./appengine_flexible/static_files
  • [ ] ./appengine_flexible/helloworld
  • [ ] ./appengine_flexible/analytics
  • [ ] ./appengine_flexible/redis
  • [ ] ./appengine_flexible/datastore
  • [ ] ./appengine_flexible/pubsub
  • [ ] ./appengine_flexible/storage

muncus avatar Jan 17 '24 01:01 muncus

fixed by #3743

muncus avatar Jan 17 '24 19:01 muncus