diff options
author | 2023-08-28 07:12:40 +0000 | |
---|---|---|
committer | 2023-08-28 07:12:40 +0000 | |
commit | 2ec313a21fee25f5022e748315ea5e7d587384f6 (patch) | |
tree | 649b04a17d7fd5ac0d0e02148b3643c6e36e75e3 /vendor/github.com/google/uuid/node_js.go | |
parent | [chore]: Bump github.com/KimMachineGun/automemlimit from 0.2.6 to 0.3.0 (#2165) (diff) | |
download | gotosocial-2ec313a21fee25f5022e748315ea5e7d587384f6.tar.xz |
[chore]: Bump github.com/google/uuid from 1.3.0 to 1.3.1 (#2166)
Diffstat (limited to 'vendor/github.com/google/uuid/node_js.go')
-rw-r--r-- | vendor/github.com/google/uuid/node_js.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/google/uuid/node_js.go b/vendor/github.com/google/uuid/node_js.go index 24b78edc9..b2a0bc871 100644 --- a/vendor/github.com/google/uuid/node_js.go +++ b/vendor/github.com/google/uuid/node_js.go @@ -7,6 +7,6 @@ package uuid // getHardwareInterface returns nil values for the JS version of the code. -// This remvoves the "net" dependency, because it is not used in the browser. +// This removes the "net" dependency, because it is not used in the browser. // Using the "net" library inflates the size of the transpiled JS code by 673k bytes. func getHardwareInterface(name string) (string, []byte) { return "", nil } |