Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
go
/
sys
зеркало из
https://github.com/golang/sys.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули sys
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
6c1b26c550
sys
/
go.mod
4 строки
33 B
Modula-2
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
all: add a go.mod file This change adds a go.mod file to this repo, following the requirements stated in bcmills's comment here: https://golang.org/issue/28136#issuecomment-462971974. It's important to note that we will not be adding versions to the repo for now. This change does not add a go.sum because this repo has no dependencies. The change was generated by running "go mod init" and "go mod tidy" using Go 1.11.5 in the top-level directory of the repository. Updates golang/go#28136 Change-Id: If6945f4bb17f7c84b53445054140ce9389767d89 Reviewed-on: https://go-review.googlesource.com/c/162977 Run-TryBot: Michael Matloob <matloob@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-02-16 01:40:24 +03:00
module
golang
.
org
/
x
/
sys
all: add go directive to go.mod Go 1.12 adds this line automatically, so let's just go with it. Change-Id: I0ac156a58f0f107e019a8c06ebf189b819a3651d Reviewed-on: https://go-review.googlesource.com/c/sys/+/165751 Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-03-07 00:35:55 +03:00
go.mod: upgrade to go 1.17 This change was produced using 'go mod tidy -go=1.17' with a go command built at CL 315210. This activates lazy loading, and updates the go.mod file to maintain the lazy-loading invariants (namely, including an explicit requirement for every package transitively imported by the main module). Note that this does *not* prevent users with earlier go versions from successfully building packages from this module. (This has little to no effect for the sys module today because it does not itself have any module dependencies.) For golang/go#36460. Change-Id: I0d278e13e54f961a42cd890ee248ddef811f1a1c Reviewed-on: https://go-review.googlesource.com/c/sys/+/316111 Trust: Bryan C. Mills <bcmills@google.com> Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
2021-05-02 16:07:29 +03:00
go
1.17