Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
GO packages
atsami
Commits
0b3de227
Commit
0b3de227
authored
9 months ago
by
Кузьменец Дмитрий
Browse files
Options
Download
Patches
Plain Diff
add session
parent
7ca6f97b
new_version
No related merge requests found
Changes
28
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
ami/ami.go
+48
-7
ami/ami.go
ami/pool.go
+56
-49
ami/pool.go
ami/poolItem.go
+28
-10
ami/poolItem.go
examples/main.go
+2
-1
examples/main.go
go.mod
+1
-0
go.mod
go.sum
+2
-0
go.sum
vendor/github.com/google/uuid/CHANGELOG.md
+41
-0
vendor/github.com/google/uuid/CHANGELOG.md
vendor/github.com/google/uuid/CONTRIBUTING.md
+26
-0
vendor/github.com/google/uuid/CONTRIBUTING.md
vendor/github.com/google/uuid/CONTRIBUTORS
+9
-0
vendor/github.com/google/uuid/CONTRIBUTORS
vendor/github.com/google/uuid/LICENSE
+27
-0
vendor/github.com/google/uuid/LICENSE
vendor/github.com/google/uuid/README.md
+21
-0
vendor/github.com/google/uuid/README.md
vendor/github.com/google/uuid/dce.go
+80
-0
vendor/github.com/google/uuid/dce.go
vendor/github.com/google/uuid/doc.go
+12
-0
vendor/github.com/google/uuid/doc.go
vendor/github.com/google/uuid/hash.go
+59
-0
vendor/github.com/google/uuid/hash.go
vendor/github.com/google/uuid/marshal.go
+38
-0
vendor/github.com/google/uuid/marshal.go
vendor/github.com/google/uuid/node.go
+90
-0
vendor/github.com/google/uuid/node.go
vendor/github.com/google/uuid/node_js.go
+12
-0
vendor/github.com/google/uuid/node_js.go
vendor/github.com/google/uuid/node_net.go
+33
-0
vendor/github.com/google/uuid/node_net.go
vendor/github.com/google/uuid/null.go
+118
-0
vendor/github.com/google/uuid/null.go
vendor/github.com/google/uuid/sql.go
+59
-0
vendor/github.com/google/uuid/sql.go
with
762 additions
and
67 deletions
+762
-67
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets