/
githubmirror
/
LeetCode-Go
Обзор
Документация
Войти
/
githubmirror
/
LeetCode-Go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
template/go.mod
11 строк
248 B
halfrost
Add template module
11 сен 2022, 02:35
11 сен 2022, 02:35
e2a72e6
Код
Авторство
О чём код?
module github.com/halfrost/LeetCode-Go/template go 1.19 require github.com/stretchr/testify v1.8.0 require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )