[go-nuts] Re: How to set version number of the package imported locally

2021-08-01 Thread Ahmad Ismail
thank you very much. On Thursday, July 29, 2021 at 2:12:09 AM UTC+6 Volker Dobler wrote: > 1. It's a made up dummy > 2. You cannot and you need not. > > V. > > On Wednesday, 28 July 2021 at 18:02:03 UTC+2 isma...@gmail.com wrote: > >> My `go.mod` file looks like >> ``` >> module school >> go 1.

[go-nuts] Re: How to set version number of the package imported locally

2021-07-28 Thread Volker Dobler
1. It's a made up dummy 2. You cannot and you need not. V. On Wednesday, 28 July 2021 at 18:02:03 UTC+2 isma...@gmail.com wrote: > My `go.mod` file looks like > ``` > module school > go 1.13 > replace sample.com/math => ../math > ``` > > When I run `go run school.go` the `go.mod` file changes