summaryrefslogtreecommitdiff
path: root/vendor/github.com/google/uuid/node_js.go
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-28 07:12:40 +0000
committerLibravatar GitHub <noreply@github.com>2023-08-28 07:12:40 +0000
commit2ec313a21fee25f5022e748315ea5e7d587384f6 (patch)
tree649b04a17d7fd5ac0d0e02148b3643c6e36e75e3 /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)
downloadgotosocial-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.go2
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 }