[go-nuts] Re: Error on installing package

2024-02-07 Thread Jason Phillips
There's an application in the "internal/play" folder of that module. You can install it via: go install 154.pages.dev/google/internal/play@v1.4.0 As for how to use it, I have no idea, you'll have to reach out to the maintainer if there's no documentation. On Wednesday, February 7, 2024 at 9:1

[go-nuts] Re: Error on installing package

2024-02-07 Thread Smit K
How to use this 154.pages.dev/google@v1.4.0 On Tuesday, February 6, 2024 at 10:07:24 PM UTC+5:30 Jason Phillips wrote: > Perhaps you wanted "go get 154.pages.dev/goo...@v1.4.0 > "? > > On Tuesday, February 6, 2024 at 11:36:11 AM UTC-5 Jason Phillips wrote: > >

[go-nuts] Re: Error on installing package

2024-02-06 Thread Jason Phillips
Perhaps you wanted "go get 154.pages.dev/google@v1.4.0"? On Tuesday, February 6, 2024 at 11:36:11 AM UTC-5 Jason Phillips wrote: > There's no Go package at the root of that repo/module, and thus nothing to > install. "go install" only works on main packages. > > On Tuesday, February 6, 2024 at 8

[go-nuts] Re: Error on installing package

2024-02-06 Thread Jason Phillips
There's no Go package at the root of that repo/module, and thus nothing to install. "go install" only works on main packages. On Tuesday, February 6, 2024 at 8:34:07 AM UTC-5 Smit K wrote: > With this command: go install 154.pages.dev/goo...@v1.4.0 > > It is