repo_id
stringclasses 927
values | file_path
stringlengths 99
214
| content
stringlengths 2
4.15M
|
|---|---|---|
go1.14.6
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.14.6/main.go
|
// Copyright 2020 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.14.6 command runs the go command from Go 1.14.6.
//
// To install, run:
//
// $ go install golang.org/dl/go1.14.6@latest
// $ go1.14.6 download
//
// And then use the go1.14.6 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.14.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.14.6")
}
|
go1.17
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.17/main.go
|
// Copyright 2021 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.17 command runs the go command from Go 1.17.
//
// To install, run:
//
// $ go install golang.org/dl/go1.17@latest
// $ go1.17 download
//
// And then use the go1.17 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/go1.17
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.17")
}
|
go1.21.8
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.21.8/main.go
|
// Copyright 2024 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.21.8 command runs the go command from Go 1.21.8.
//
// To install, run:
//
// $ go install golang.org/dl/go1.21.8@latest
// $ go1.21.8 download
//
// And then use the go1.21.8 command as if it were your normal go
// command.
//
// See the release notes at https://go.dev/doc/devel/release#go1.21.8.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.21.8")
}
|
go1.21.5
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.21.5/main.go
|
// Copyright 2023 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.21.5 command runs the go command from Go 1.21.5.
//
// To install, run:
//
// $ go install golang.org/dl/go1.21.5@latest
// $ go1.21.5 download
//
// And then use the go1.21.5 command as if it were your normal go
// command.
//
// See the release notes at https://go.dev/doc/devel/release#go1.21.5.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.21.5")
}
|
go1.20.7
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.20.7/main.go
|
// Copyright 2023 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.20.7 command runs the go command from Go 1.20.7.
//
// To install, run:
//
// $ go install golang.org/dl/go1.20.7@latest
// $ go1.20.7 download
//
// And then use the go1.20.7 command as if it were your normal go
// command.
//
// See the release notes at https://go.dev/doc/devel/release#go1.20.7.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.20.7")
}
|
go1.12.11
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.12.11/main.go
|
// Copyright 2019 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.12.11 command runs the go command from Go 1.12.11.
//
// To install, run:
//
// $ go install golang.org/dl/go1.12.11@latest
// $ go1.12.11 download
//
// And then use the go1.12.11 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.12.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.12.11")
}
|
go1.13.7
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.13.7/main.go
|
// Copyright 2020 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.13.7 command runs the go command from Go 1.13.7.
//
// To install, run:
//
// $ go install golang.org/dl/go1.13.7@latest
// $ go1.13.7 download
//
// And then use the go1.13.7 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.13.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.13.7")
}
|
go1.16.7
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.16.7/main.go
|
// Copyright 2021 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.16.7 command runs the go command from Go 1.16.7.
//
// To install, run:
//
// $ go install golang.org/dl/go1.16.7@latest
// $ go1.16.7 download
//
// And then use the go1.16.7 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.16.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.16.7")
}
|
go1.19.11
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.19.11/main.go
|
// Copyright 2023 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.19.11 command runs the go command from Go 1.19.11.
//
// To install, run:
//
// $ go install golang.org/dl/go1.19.11@latest
// $ go1.19.11 download
//
// And then use the go1.19.11 command as if it were your normal go
// command.
//
// See the release notes at https://go.dev/doc/devel/release#go1.19.11.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.19.11")
}
|
go1.18
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.18/main.go
|
// Copyright 2022 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.18 command runs the go command from Go 1.18.
//
// To install, run:
//
// $ go install golang.org/dl/go1.18@latest
// $ go1.18 download
//
// And then use the go1.18 command as if it were your normal go
// command.
//
// See the release notes at https://go.dev/doc/go1.18.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.18")
}
|
go1.13.1
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.13.1/main.go
|
// Copyright 2019 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.13.1 command runs the go command from Go 1.13.1.
//
// To install, run:
//
// $ go install golang.org/dl/go1.13.1@latest
// $ go1.13.1 download
//
// And then use the go1.13.1 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.13.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.13.1")
}
|
go1.16.5
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.16.5/main.go
|
// Copyright 2021 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.16.5 command runs the go command from Go 1.16.5.
//
// To install, run:
//
// $ go install golang.org/dl/go1.16.5@latest
// $ go1.16.5 download
//
// And then use the go1.16.5 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.16.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.16.5")
}
|
go1.16.13
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.16.13/main.go
|
// Copyright 2022 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.16.13 command runs the go command from Go 1.16.13.
//
// To install, run:
//
// $ go install golang.org/dl/go1.16.13@latest
// $ go1.16.13 download
//
// And then use the go1.16.13 command as if it were your normal go
// command.
//
// See the release notes at https://go.dev/doc/devel/release#go1.16.minor.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.16.13")
}
|
go1.9rc2
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.9rc2/main.go
|
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.9rc2 command runs the go command from Go 1.9rc2.
//
// To install, run:
//
// $ go install golang.org/dl/go1.9rc2@latest
// $ go1.9rc2 download
//
// And then use the go1.9rc2 command as if it were your normal go
// command.
//
// See the release notes at https://tip.golang.org/doc/go1.9
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.9rc2")
}
|
go1.11.3
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.11.3/main.go
|
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.11.3 command runs the go command from Go 1.11.3.
//
// To install, run:
//
// $ go install golang.org/dl/go1.11.3@latest
// $ go1.11.3 download
//
// And then use the go1.11.3 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.11.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.11.3")
}
|
go1.21.1
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.21.1/main.go
|
// Copyright 2023 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.21.1 command runs the go command from Go 1.21.1.
//
// To install, run:
//
// $ go install golang.org/dl/go1.21.1@latest
// $ go1.21.1 download
//
// And then use the go1.21.1 command as if it were your normal go
// command.
//
// See the release notes at https://go.dev/doc/devel/release#go1.21.1.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.21.1")
}
|
go1.11.8
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.11.8/main.go
|
// Copyright 2019 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.11.8 command runs the go command from Go 1.11.8.
//
// To install, run:
//
// $ go install golang.org/dl/go1.11.8@latest
// $ go1.11.8 download
//
// And then use the go1.11.8 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.11.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.11.8")
}
|
go1.20.13
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.20.13/main.go
|
// Copyright 2024 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.20.13 command runs the go command from Go 1.20.13.
//
// To install, run:
//
// $ go install golang.org/dl/go1.20.13@latest
// $ go1.20.13 download
//
// And then use the go1.20.13 command as if it were your normal go
// command.
//
// See the release notes at https://go.dev/doc/devel/release#go1.20.13.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.20.13")
}
|
go1.9.1
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.9.1/main.go
|
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.9.1 command runs the go command from Go 1.9.1.
//
// To install, run:
//
// $ go install golang.org/dl/go1.9.1@latest
// $ go1.9.1 download
//
// And then use the go1.9.1 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.9.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.9.1")
}
|
go1.14.13
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.14.13/main.go
|
// Copyright 2020 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.14.13 command runs the go command from Go 1.14.13.
//
// To install, run:
//
// $ go install golang.org/dl/go1.14.13@latest
// $ go1.14.13 download
//
// And then use the go1.14.13 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.14.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.14.13")
}
|
go1.20rc1
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.20rc1/main.go
|
// Copyright 2022 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.20rc1 command runs the go command from Go 1.20rc1.
//
// To install, run:
//
// $ go install golang.org/dl/go1.20rc1@latest
// $ go1.20rc1 download
//
// And then use the go1.20rc1 command as if it were your normal go
// command.
//
// See the release notes at https://tip.golang.org/doc/go1.20.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.20rc1")
}
|
go1.17.6
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.17.6/main.go
|
// Copyright 2022 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.17.6 command runs the go command from Go 1.17.6.
//
// To install, run:
//
// $ go install golang.org/dl/go1.17.6@latest
// $ go1.17.6 download
//
// And then use the go1.17.6 command as if it were your normal go
// command.
//
// See the release notes at https://go.dev/doc/devel/release#go1.17.minor.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.17.6")
}
|
go1.12.2
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.12.2/main.go
|
// Copyright 2019 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.12.2 command runs the go command from Go 1.12.2.
//
// To install, run:
//
// $ go install golang.org/dl/go1.12.2@latest
// $ go1.12.2 download
//
// And then use the go1.12.2 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.12.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.12.2")
}
|
go1.17rc1
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.17rc1/main.go
|
// Copyright 2021 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.17rc1 command runs the go command from Go 1.17rc1.
//
// To install, run:
//
// $ go install golang.org/dl/go1.17rc1@latest
// $ go1.17rc1 download
//
// And then use the go1.17rc1 command as if it were your normal go
// command.
//
// See the release notes at https://tip.golang.org/doc/go1.17
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.17rc1")
}
|
go1.9beta2
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.9beta2/main.go
|
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.9beta2 command runs the go command from Go 1.9beta2.
//
// To install, run:
//
// $ go install golang.org/dl/go1.9beta2@latest
// $ go1.9beta2 download
//
// And then use the go1.9beta2 command as if it were your normal go
// command.
//
// See the release notes at https://tip.golang.org/doc/go1.9
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.9beta2")
}
|
go1.12rc1
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.12rc1/main.go
|
// Copyright 2019 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.12rc1 command runs the go command from Go 1.12rc1.
//
// To install, run:
//
// $ go install golang.org/dl/go1.12rc1@latest
// $ go1.12rc1 download
//
// And then use the go1.12rc1 command as if it were your normal go
// command.
//
// See the release notes at https://tip.golang.org/doc/go1.12
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.12rc1")
}
|
go1.8.1
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.8.1/main.go
|
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.8.1 command runs the go command from Go 1.8.1.
//
// To install, run:
//
// $ go install golang.org/dl/go1.8.1@latest
// $ go1.8.1 download
//
// And then use the go1.8.1 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.8.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.8.1")
}
|
go1.15rc1
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.15rc1/main.go
|
// Copyright 2020 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.15rc1 command runs the go command from Go 1.15rc1.
//
// To install, run:
//
// $ go install golang.org/dl/go1.15rc1@latest
// $ go1.15rc1 download
//
// And then use the go1.15rc1 command as if it were your normal go
// command.
//
// See the release notes at https://tip.golang.org/doc/go1.15
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.15rc1")
}
|
go1.10.2
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.10.2/main.go
|
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.10.2 command runs the go command from Go 1.10.2.
//
// To install, run:
//
// $ go install golang.org/dl/go1.10.2@latest
// $ go1.10.2 download
//
// And then use the go1.10.2 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.10.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.10.2")
}
|
go1.14.3
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.14.3/main.go
|
// Copyright 2020 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.14.3 command runs the go command from Go 1.14.3.
//
// To install, run:
//
// $ go install golang.org/dl/go1.14.3@latest
// $ go1.14.3 download
//
// And then use the go1.14.3 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.14.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.14.3")
}
|
go1.15.3
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.15.3/main.go
|
// Copyright 2020 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.15.3 command runs the go command from Go 1.15.3.
//
// To install, run:
//
// $ go install golang.org/dl/go1.15.3@latest
// $ go1.15.3 download
//
// And then use the go1.15.3 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.15.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.15.3")
}
|
go1.11.6
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.11.6/main.go
|
// Copyright 2019 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.11.6 command runs the go command from Go 1.11.6.
//
// To install, run:
//
// $ go install golang.org/dl/go1.11.6@latest
// $ go1.11.6 download
//
// And then use the go1.11.6 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.11.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.11.6")
}
|
go1.15.12
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.15.12/main.go
|
// Copyright 2021 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.15.12 command runs the go command from Go 1.15.12.
//
// To install, run:
//
// $ go install golang.org/dl/go1.15.12@latest
// $ go1.15.12 download
//
// And then use the go1.15.12 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.15.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.15.12")
}
|
go1.19.13
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.19.13/main.go
|
// Copyright 2023 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.19.13 command runs the go command from Go 1.19.13.
//
// To install, run:
//
// $ go install golang.org/dl/go1.19.13@latest
// $ go1.19.13 download
//
// And then use the go1.19.13 command as if it were your normal go
// command.
//
// See the release notes at https://go.dev/doc/devel/release#go1.19.13.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.19.13")
}
|
go1.19.8
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.19.8/main.go
|
// Copyright 2023 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.19.8 command runs the go command from Go 1.19.8.
//
// To install, run:
//
// $ go install golang.org/dl/go1.19.8@latest
// $ go1.19.8 download
//
// And then use the go1.19.8 command as if it were your normal go
// command.
//
// See the release notes at https://go.dev/doc/devel/release#go1.19.minor.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.19.8")
}
|
go1.13.5
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.13.5/main.go
|
// Copyright 2019 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.13.5 command runs the go command from Go 1.13.5.
//
// To install, run:
//
// $ go install golang.org/dl/go1.13.5@latest
// $ go1.13.5 download
//
// And then use the go1.13.5 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.13.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.13.5")
}
|
go1.18beta2
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.18beta2/main.go
|
// Copyright 2022 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.18beta2 command runs the go command from Go 1.18beta2.
//
// To install, run:
//
// $ go install golang.org/dl/go1.18beta2@latest
// $ go1.18beta2 download
//
// And then use the go1.18beta2 command as if it were your normal go
// command.
//
// See the release notes at https://tip.golang.org/doc/go1.18.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.18beta2")
}
|
go1.10.5
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.10.5/main.go
|
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.10.5 command runs the go command from Go 1.10.5.
//
// To install, run:
//
// $ go install golang.org/dl/go1.10.5@latest
// $ go1.10.5 download
//
// And then use the go1.10.5 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.10.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.10.5")
}
|
go1.18.5
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.18.5/main.go
|
// Copyright 2022 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.18.5 command runs the go command from Go 1.18.5.
//
// To install, run:
//
// $ go install golang.org/dl/go1.18.5@latest
// $ go1.18.5 download
//
// And then use the go1.18.5 command as if it were your normal go
// command.
//
// See the release notes at https://go.dev/doc/devel/release#go1.18.minor.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.18.5")
}
|
go1.17.11
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.17.11/main.go
|
// Copyright 2022 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.17.11 command runs the go command from Go 1.17.11.
//
// To install, run:
//
// $ go install golang.org/dl/go1.17.11@latest
// $ go1.17.11 download
//
// And then use the go1.17.11 command as if it were your normal go
// command.
//
// See the release notes at https://go.dev/doc/devel/release#go1.17.minor.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.17.11")
}
|
go1.14.12
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.14.12/main.go
|
// Copyright 2020 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.14.12 command runs the go command from Go 1.14.12.
//
// To install, run:
//
// $ go install golang.org/dl/go1.14.12@latest
// $ go1.14.12 download
//
// And then use the go1.14.12 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.14.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.14.12")
}
|
go1.10rc1
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.10rc1/main.go
|
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.10rc1 command runs the go command from Go 1.10rc1.
//
// To install, run:
//
// $ go install golang.org/dl/go1.10rc1@latest
// $ go1.10rc1 download
//
// And then use the go1.10rc1 command as if it were your normal go
// command.
//
// See the release notes at https://tip.golang.org/doc/go1.10
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.10rc1")
}
|
go1.16.15
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.16.15/main.go
|
// Copyright 2022 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.16.15 command runs the go command from Go 1.16.15.
//
// To install, run:
//
// $ go install golang.org/dl/go1.16.15@latest
// $ go1.16.15 download
//
// And then use the go1.16.15 command as if it were your normal go
// command.
//
// See the release notes at https://go.dev/doc/devel/release#go1.16.minor.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.16.15")
}
|
go1.22.4
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.22.4/main.go
|
// Copyright 2024 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.22.4 command runs the go command from Go 1.22.4.
//
// To install, run:
//
// $ go install golang.org/dl/go1.22.4@latest
// $ go1.22.4 download
//
// And then use the go1.22.4 command as if it were your normal go
// command.
//
// See the release notes at https://go.dev/doc/devel/release#go1.22.4.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.22.4")
}
|
go1.14.1
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.14.1/main.go
|
// Copyright 2020 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.14.1 command runs the go command from Go 1.14.1.
//
// To install, run:
//
// $ go install golang.org/dl/go1.14.1@latest
// $ go1.14.1 download
//
// And then use the go1.14.1 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.14.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.14.1")
}
|
go1.11beta1
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.11beta1/main.go
|
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.11beta1 command runs the go command from Go 1.11beta1.
//
// To install, run:
//
// $ go install golang.org/dl/go1.11beta1@latest
// $ go1.11beta1 download
//
// And then use the go1.11beta1 command as if it were your normal go
// command.
//
// See the release notes at https://tip.golang.org/doc/go1.11
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.11beta1")
}
|
go1.11.9
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.11.9/main.go
|
// Copyright 2019 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.11.9 command runs the go command from Go 1.11.9.
//
// To install, run:
//
// $ go install golang.org/dl/go1.11.9@latest
// $ go1.11.9 download
//
// And then use the go1.11.9 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.11.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.11.9")
}
|
go1.15
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.15/main.go
|
// Copyright 2020 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.15 command runs the go command from Go 1.15.
//
// To install, run:
//
// $ go install golang.org/dl/go1.15@latest
// $ go1.15 download
//
// And then use the go1.15 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/go1.15
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.15")
}
|
go1.11beta3
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.11beta3/main.go
|
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.11beta3 command runs the go command from Go 1.11beta3.
//
// To install, run:
//
// $ go install golang.org/dl/go1.11beta3@latest
// $ go1.11beta3 download
//
// And then use the go1.11beta3 command as if it were your normal go
// command.
//
// See the release notes at https://tip.golang.org/doc/go1.11
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.11beta3")
}
|
go1.8rc1
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.8rc1/main.go
|
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.8rc1 command runs the go command from Go 1.8rc1.
//
// To install, run:
//
// $ go install golang.org/dl/go1.8rc1@latest
// $ go1.8rc1 download
//
// And then use the go1.8rc1 command as if it were your normal go
// command.
//
// See the release notes at https://tip.golang.org/doc/go1.8
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.8rc1")
}
|
go1.17beta1
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.17beta1/main.go
|
// Copyright 2021 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.17beta1 command runs the go command from Go 1.17beta1.
//
// To install, run:
//
// $ go install golang.org/dl/go1.17beta1@latest
// $ go1.17beta1 download
//
// And then use the go1.17beta1 command as if it were your normal go
// command.
//
// See the release notes at https://tip.golang.org/doc/go1.17
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.17beta1")
}
|
go1.8.5
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.8.5/main.go
|
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.8.5 command runs the go command from Go 1.8.5.
//
// To install, run:
//
// $ go install golang.org/dl/go1.8.5@latest
// $ go1.8.5 download
//
// And then use the go1.8.5 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.8.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.8.5")
}
|
go1.17.7
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.17.7/main.go
|
// Copyright 2022 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.17.7 command runs the go command from Go 1.17.7.
//
// To install, run:
//
// $ go install golang.org/dl/go1.17.7@latest
// $ go1.17.7 download
//
// And then use the go1.17.7 command as if it were your normal go
// command.
//
// See the release notes at https://go.dev/doc/devel/release#go1.17.minor.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.17.7")
}
|
go1.18beta1
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.18beta1/main.go
|
// Copyright 2021 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.18beta1 command runs the go command from Go 1.18beta1.
//
// To install, run:
//
// $ go install golang.org/dl/go1.18beta1@latest
// $ go1.18beta1 download
//
// And then use the go1.18beta1 command as if it were your normal go
// command.
//
// See the release notes at https://tip.golang.org/doc/go1.18.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.18beta1")
}
|
go1.15.8
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.15.8/main.go
|
// Copyright 2021 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.15.8 command runs the go command from Go 1.15.8.
//
// To install, run:
//
// $ go install golang.org/dl/go1.15.8@latest
// $ go1.15.8 download
//
// And then use the go1.15.8 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.15.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.15.8")
}
|
go1.13.2
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.13.2/main.go
|
// Copyright 2019 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.13.2 command runs the go command from Go 1.13.2.
//
// To install, run:
//
// $ go install golang.org/dl/go1.13.2@latest
// $ go1.13.2 download
//
// And then use the go1.13.2 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.13.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.13.2")
}
|
go1.17.1
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.17.1/main.go
|
// Copyright 2021 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.17.1 command runs the go command from Go 1.17.1.
//
// To install, run:
//
// $ go install golang.org/dl/go1.17.1@latest
// $ go1.17.1 download
//
// And then use the go1.17.1 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.17.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.17.1")
}
|
go1.14.10
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.14.10/main.go
|
// Copyright 2020 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.14.10 command runs the go command from Go 1.14.10.
//
// To install, run:
//
// $ go install golang.org/dl/go1.14.10@latest
// $ go1.14.10 download
//
// And then use the go1.14.10 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.14.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.14.10")
}
|
go1.8beta1
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.8beta1/main.go
|
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.8beta1 command runs the go command from Go 1.8beta1.
//
// To install, run:
//
// $ go install golang.org/dl/go1.8beta1@latest
// $ go1.8beta1 download
//
// And then use the go1.8beta1 command as if it were your normal go
// command.
//
// See the release notes at https://tip.golang.org/doc/go1.8
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.8beta1")
}
|
go1.13.9
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.13.9/main.go
|
// Copyright 2020 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.13.9 command runs the go command from Go 1.13.9.
//
// To install, run:
//
// $ go install golang.org/dl/go1.13.9@latest
// $ go1.13.9 download
//
// And then use the go1.13.9 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.13.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.13.9")
}
|
go1.9.7
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.9.7/main.go
|
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.9.7 command runs the go command from Go 1.9.7.
//
// To install, run:
//
// $ go install golang.org/dl/go1.9.7@latest
// $ go1.9.7 download
//
// And then use the go1.9.7 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.9.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.9.7")
}
|
go1.22.1
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.22.1/main.go
|
// Copyright 2024 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.22.1 command runs the go command from Go 1.22.1.
//
// To install, run:
//
// $ go install golang.org/dl/go1.22.1@latest
// $ go1.22.1 download
//
// And then use the go1.22.1 command as if it were your normal go
// command.
//
// See the release notes at https://go.dev/doc/devel/release#go1.22.1.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.22.1")
}
|
go1.15.11
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.15.11/main.go
|
// Copyright 2021 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.15.11 command runs the go command from Go 1.15.11.
//
// To install, run:
//
// $ go install golang.org/dl/go1.15.11@latest
// $ go1.15.11 download
//
// And then use the go1.15.11 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.15.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.15.11")
}
|
go1.14.11
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.14.11/main.go
|
// Copyright 2020 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.14.11 command runs the go command from Go 1.14.11.
//
// To install, run:
//
// $ go install golang.org/dl/go1.14.11@latest
// $ go1.14.11 download
//
// And then use the go1.14.11 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.14.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.14.11")
}
|
go1.14
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.14/main.go
|
// Copyright 2020 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.14 command runs the go command from Go 1.14.
//
// To install, run:
//
// $ go install golang.org/dl/go1.14@latest
// $ go1.14 download
//
// And then use the go1.14 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/go1.14
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.14")
}
|
go1.17.2
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.17.2/main.go
|
// Copyright 2021 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.17.2 command runs the go command from Go 1.17.2.
//
// To install, run:
//
// $ go install golang.org/dl/go1.17.2@latest
// $ go1.17.2 download
//
// And then use the go1.17.2 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.17.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.17.2")
}
|
go1.9.2
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.9.2/main.go
|
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.9.2 command runs the go command from Go 1.9.2.
//
// To install, run:
//
// $ go install golang.org/dl/go1.9.2@latest
// $ go1.9.2 download
//
// And then use the go1.9.2 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.9.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.9.2")
}
|
go1.20.8
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.20.8/main.go
|
// Copyright 2023 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.20.8 command runs the go command from Go 1.20.8.
//
// To install, run:
//
// $ go install golang.org/dl/go1.20.8@latest
// $ go1.20.8 download
//
// And then use the go1.20.8 command as if it were your normal go
// command.
//
// See the release notes at https://go.dev/doc/devel/release#go1.20.8.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.20.8")
}
|
go1.17.10
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.17.10/main.go
|
// Copyright 2022 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.17.10 command runs the go command from Go 1.17.10.
//
// To install, run:
//
// $ go install golang.org/dl/go1.17.10@latest
// $ go1.17.10 download
//
// And then use the go1.17.10 command as if it were your normal go
// command.
//
// See the release notes at https://go.dev/doc/devel/release#go1.17.minor.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.17.10")
}
|
go1.11.4
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.11.4/main.go
|
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.11.4 command runs the go command from Go 1.11.4.
//
// To install, run:
//
// $ go install golang.org/dl/go1.11.4@latest
// $ go1.11.4 download
//
// And then use the go1.11.4 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.11.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.11.4")
}
|
go1.17.8
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.17.8/main.go
|
// Copyright 2022 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.17.8 command runs the go command from Go 1.17.8.
//
// To install, run:
//
// $ go install golang.org/dl/go1.17.8@latest
// $ go1.17.8 download
//
// And then use the go1.17.8 command as if it were your normal go
// command.
//
// See the release notes at https://go.dev/doc/devel/release#go1.17.minor.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.17.8")
}
|
go1.18.9
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.18.9/main.go
|
// Copyright 2022 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.18.9 command runs the go command from Go 1.18.9.
//
// To install, run:
//
// $ go install golang.org/dl/go1.18.9@latest
// $ go1.18.9 download
//
// And then use the go1.18.9 command as if it were your normal go
// command.
//
// See the release notes at https://go.dev/doc/devel/release#go1.18.minor.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.18.9")
}
|
go1.19beta1
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.19beta1/main.go
|
// Copyright 2022 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.19beta1 command runs the go command from Go 1.19beta1.
//
// To install, run:
//
// $ go install golang.org/dl/go1.19beta1@latest
// $ go1.19beta1 download
//
// And then use the go1.19beta1 command as if it were your normal go
// command.
//
// See the release notes at https://tip.golang.org/doc/go1.19.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.19beta1")
}
|
go1.14.4
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.14.4/main.go
|
// Copyright 2020 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.14.4 command runs the go command from Go 1.14.4.
//
// To install, run:
//
// $ go install golang.org/dl/go1.14.4@latest
// $ go1.14.4 download
//
// And then use the go1.14.4 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.14.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.14.4")
}
|
go1.16.10
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.16.10/main.go
|
// Copyright 2021 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.16.10 command runs the go command from Go 1.16.10.
//
// To install, run:
//
// $ go install golang.org/dl/go1.16.10@latest
// $ go1.16.10 download
//
// And then use the go1.16.10 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.16.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.16.10")
}
|
go1.5.4
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.5.4/main.go
|
// Copyright 2020 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.5.4 command runs the go command from Go 1.5.4.
//
// To install, run:
//
// $ go install golang.org/dl/go1.5.4@latest
// $ go1.5.4 download
//
// And then use the go1.5.4 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.5.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.5.4")
}
|
go1.20.10
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.20.10/main.go
|
// Copyright 2023 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.20.10 command runs the go command from Go 1.20.10.
//
// To install, run:
//
// $ go install golang.org/dl/go1.20.10@latest
// $ go1.20.10 download
//
// And then use the go1.20.10 command as if it were your normal go
// command.
//
// See the release notes at https://go.dev/doc/devel/release#go1.20.10.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.20.10")
}
|
go1.15.13
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.15.13/main.go
|
// Copyright 2021 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.15.13 command runs the go command from Go 1.15.13.
//
// To install, run:
//
// $ go install golang.org/dl/go1.15.13@latest
// $ go1.15.13 download
//
// And then use the go1.15.13 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.15.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.15.13")
}
|
go1.16.8
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.16.8/main.go
|
// Copyright 2021 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.16.8 command runs the go command from Go 1.16.8.
//
// To install, run:
//
// $ go install golang.org/dl/go1.16.8@latest
// $ go1.16.8 download
//
// And then use the go1.16.8 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.16.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.16.8")
}
|
go1.10beta1
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.10beta1/main.go
|
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.10beta1 command runs the go command from Go 1.10beta1.
//
// To install, run:
//
// $ go install golang.org/dl/go1.10beta1@latest
// $ go1.10beta1 download
//
// And then use the go1.10beta1 command as if it were your normal go
// command.
//
// See the release notes at https://tip.golang.org/doc/go1.10
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.10beta1")
}
|
go1.22.3
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.22.3/main.go
|
// Copyright 2024 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.22.3 command runs the go command from Go 1.22.3.
//
// To install, run:
//
// $ go install golang.org/dl/go1.22.3@latest
// $ go1.22.3 download
//
// And then use the go1.22.3 command as if it were your normal go
// command.
//
// See the release notes at https://go.dev/doc/devel/release#go1.22.3.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.22.3")
}
|
go1.19.7
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.19.7/main.go
|
// Copyright 2023 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.19.7 command runs the go command from Go 1.19.7.
//
// To install, run:
//
// $ go install golang.org/dl/go1.19.7@latest
// $ go1.19.7 download
//
// And then use the go1.19.7 command as if it were your normal go
// command.
//
// See the release notes at https://go.dev/doc/devel/release#go1.19.minor.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.19.7")
}
|
go1.13.11
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.13.11/main.go
|
// Copyright 2020 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.13.11 command runs the go command from Go 1.13.11.
//
// To install, run:
//
// $ go install golang.org/dl/go1.13.11@latest
// $ go1.13.11 download
//
// And then use the go1.13.11 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.13.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.13.11")
}
|
go1.11.7
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.11.7/main.go
|
// Copyright 2019 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.11.7 command runs the go command from Go 1.11.7.
//
// To install, run:
//
// $ go install golang.org/dl/go1.11.7@latest
// $ go1.11.7 download
//
// And then use the go1.11.7 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.11.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.11.7")
}
|
go1.20.5
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.20.5/main.go
|
// Copyright 2023 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.20.5 command runs the go command from Go 1.20.5.
//
// To install, run:
//
// $ go install golang.org/dl/go1.20.5@latest
// $ go1.20.5 download
//
// And then use the go1.20.5 command as if it were your normal go
// command.
//
// See the release notes at https://go.dev/doc/devel/release#go1.20.5.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.20.5")
}
|
go1.11beta2
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.11beta2/main.go
|
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.11beta2 command runs the go command from Go 1.11beta2.
//
// To install, run:
//
// $ go install golang.org/dl/go1.11beta2@latest
// $ go1.11beta2 download
//
// And then use the go1.11beta2 command as if it were your normal go
// command.
//
// See the release notes at https://tip.golang.org/doc/go1.11
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.11beta2")
}
|
go1.21.2
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.21.2/main.go
|
// Copyright 2023 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.21.2 command runs the go command from Go 1.21.2.
//
// To install, run:
//
// $ go install golang.org/dl/go1.21.2@latest
// $ go1.21.2 download
//
// And then use the go1.21.2 command as if it were your normal go
// command.
//
// See the release notes at https://go.dev/doc/devel/release#go1.21.2.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.21.2")
}
|
go1.11.2
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.11.2/main.go
|
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.11.2 command runs the go command from Go 1.11.2.
//
// To install, run:
//
// $ go install golang.org/dl/go1.11.2@latest
// $ go1.11.2 download
//
// And then use the go1.11.2 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.11.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.11.2")
}
|
go1.11rc1
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.11rc1/main.go
|
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.11rc1 command runs the go command from Go 1.11rc1.
//
// To install, run:
//
// $ go install golang.org/dl/go1.11rc1@latest
// $ go1.11rc1 download
//
// And then use the go1.11rc1 command as if it were your normal go
// command.
//
// See the release notes at https://tip.golang.org/doc/go1.11
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.11rc1")
}
|
go1.16.4
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.16.4/main.go
|
// Copyright 2021 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.16.4 command runs the go command from Go 1.16.4.
//
// To install, run:
//
// $ go install golang.org/dl/go1.16.4@latest
// $ go1.16.4 download
//
// And then use the go1.16.4 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.16.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.16.4")
}
|
go1.9beta1
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.9beta1/main.go
|
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.9beta1 command runs the go command from Go 1.9beta1.
//
// To install, run:
//
// $ go install golang.org/dl/go1.9beta1@latest
// $ go1.9beta1 download
//
// And then use the go1.9beta1 command as if it were your normal go
// command.
//
// See the release notes at https://tip.golang.org/doc/go1.9
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.9beta1")
}
|
go1.20.4
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.20.4/main.go
|
// Copyright 2023 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.20.4 command runs the go command from Go 1.20.4.
//
// To install, run:
//
// $ go install golang.org/dl/go1.20.4@latest
// $ go1.20.4 download
//
// And then use the go1.20.4 command as if it were your normal go
// command.
//
// See the release notes at https://go.dev/doc/devel/release#go1.20.4.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.20.4")
}
|
go1.8.3
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.8.3/main.go
|
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.8.3 command runs the go command from Go 1.8.3.
//
// To install, run:
//
// $ go install golang.org/dl/go1.8.3@latest
// $ go1.8.3 download
//
// And then use the go1.8.3 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.8.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.8.3")
}
|
go1.9.5
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.9.5/main.go
|
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.9.5 command runs the go command from Go 1.9.5.
//
// To install, run:
//
// $ go install golang.org/dl/go1.9.5@latest
// $ go1.9.5 download
//
// And then use the go1.9.5 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.9.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.9.5")
}
|
go1.11.12
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.11.12/main.go
|
// Copyright 2019 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.11.12 command runs the go command from Go 1.11.12.
//
// To install, run:
//
// $ go install golang.org/dl/go1.11.12@latest
// $ go1.11.12 download
//
// And then use the go1.11.12 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.11.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.11.12")
}
|
go1.22rc2
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.22rc2/main.go
|
// Copyright 2024 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.22rc2 command runs the go command from Go 1.22rc2.
//
// To install, run:
//
// $ go install golang.org/dl/go1.22rc2@latest
// $ go1.22rc2 download
//
// And then use the go1.22rc2 command as if it were your normal go
// command.
//
// See the release notes at https://tip.golang.org/doc/go1.22.
//
// File bugs at https://go.dev/issue/new.
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.22rc2")
}
|
go1.14.14
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.14.14/main.go
|
// Copyright 2021 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.14.14 command runs the go command from Go 1.14.14.
//
// To install, run:
//
// $ go install golang.org/dl/go1.14.14@latest
// $ go1.14.14 download
//
// And then use the go1.14.14 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.14.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.14.14")
}
|
go1.14.7
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.14.7/main.go
|
// Copyright 2020 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.14.7 command runs the go command from Go 1.14.7.
//
// To install, run:
//
// $ go install golang.org/dl/go1.14.7@latest
// $ go1.14.7 download
//
// And then use the go1.14.7 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.14.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.14.7")
}
|
go1.7.6
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.7.6/main.go
|
// Copyright 2020 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.7.6 command runs the go command from Go 1.7.6.
//
// To install, run:
//
// $ go install golang.org/dl/go1.7.6@latest
// $ go1.7.6 download
//
// And then use the go1.7.6 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.7.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.7.6")
}
|
go1.15.15
|
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/dl/go1.15.15/main.go
|
// Copyright 2021 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.15.15 command runs the go command from Go 1.15.15.
//
// To install, run:
//
// $ go install golang.org/dl/go1.15.15@latest
// $ go1.15.15 download
//
// And then use the go1.15.15 command as if it were your normal go
// command.
//
// See the release notes at https://golang.org/doc/devel/release.html#go1.15.minor
//
// File bugs at https://golang.org/issues/new
package main
import "golang.org/dl/internal/version"
func main() {
version.Run("go1.15.15")
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.