tools.aw_id

Yohn Y. 2023-10-19 Parent:895fe3defd26 Child:864019baba6a

5:35b5e8706692 Browse Files

. Эти файлы тоже нужны

.hgignore src/go.mod src/go.sum

     1.1 --- a/.hgignore	Sun Oct 01 11:35:16 2023 +0300
     1.2 +++ b/.hgignore	Thu Oct 19 21:43:55 2023 +0300
     1.3 @@ -1,6 +1,4 @@
     1.4  syntax: glob
     1.5  
     1.6  builds/*
     1.7 -src/go.mod
     1.8 -src/go.sum
     1.9  
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/src/go.mod	Thu Oct 19 21:43:55 2023 +0300
     2.3 @@ -0,0 +1,5 @@
     2.4 +module main
     2.5 +
     2.6 +go 1.18
     2.7 +
     2.8 +require github.com/google/uuid v1.3.0 // indirect
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/src/go.sum	Thu Oct 19 21:43:55 2023 +0300
     3.3 @@ -0,0 +1,2 @@
     3.4 +github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
     3.5 +github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=