Re: [go-nuts] go get golang.org/dl/go1.14.4 ?

2020-06-19 Thread fgergo
don't type 'type'.
go1.15beta1 is a new commands you'll have
in your system after you do 'go get go1.15beta1'.

then you need to do:
kpixley@kpixley-mbp> go1.15beta1 download
if this fails, check you $PATH if it includes the path to go1.15beta1
binary, if not add it to $PATH.


On 6/18/20, 'K Richard Pixley' via golang-nuts
 wrote:
> I must be missing something.  Could someone please point me?
>
> kpixley@kpixley-mbp> go version
> go version go1.14.4 darwin/amd64
> kpixley@kpixley-mbp> go get golang.org/dl/go1.14.4
> kpixley@kpixley-mbp> type go1.14.4
> bash: type: go1.14.4: not found
> kpixley@kpixley-mbp> go get golang.org/dl/go1.13.12
> kpixley@kpixley-mbp> type go1.13.12
> bash: type: go1.13.12: not found
> kpixley@kpixley-mbp> go get golang.org/dl/go1.15beta1
> kpixley@kpixley-mbp> type go1.15beta1
> bash: type: go1.15beta1: not found
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/e4ec57c1-7234-457a-bdff-6448bcde0e34%40juniper.net.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CA%2BctqrrfPuBbdBkmefm_Wh_FL%2BumUTG%3DUy9A0yd86s8od44efA%40mail.gmail.com.


[go-nuts] go get golang.org/dl/go1.14.4 ?

2020-06-18 Thread 'K Richard Pixley' via golang-nuts

I must be missing something.  Could someone please point me?

kpixley@kpixley-mbp> go version
go version go1.14.4 darwin/amd64
kpixley@kpixley-mbp> go get golang.org/dl/go1.14.4
kpixley@kpixley-mbp> type go1.14.4
bash: type: go1.14.4: not found
kpixley@kpixley-mbp> go get golang.org/dl/go1.13.12
kpixley@kpixley-mbp> type go1.13.12
bash: type: go1.13.12: not found
kpixley@kpixley-mbp> go get golang.org/dl/go1.15beta1
kpixley@kpixley-mbp> type go1.15beta1
bash: type: go1.15beta1: not found

--
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/e4ec57c1-7234-457a-bdff-6448bcde0e34%40juniper.net.