diff options
author | 2025-02-03 12:13:51 +0000 | |
---|---|---|
committer | 2025-02-03 12:13:51 +0000 | |
commit | a24048fc05b5cecb931b23fdcf62da6f6eb9f25d (patch) | |
tree | ef8e8f3791421733e024906a42eece7773af3fe3 /vendor/modernc.org/token/README.md | |
parent | [bugfix] Don't panic on delivery of Activity with no `object` (#3730) (diff) | |
download | gotosocial-a24048fc05b5cecb931b23fdcf62da6f6eb9f25d.tar.xz |
bumps our fork of modernc.org/sqlite to v1.34.5 (#3731)
Diffstat (limited to 'vendor/modernc.org/token/README.md')
-rw-r--r-- | vendor/modernc.org/token/README.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/vendor/modernc.org/token/README.md b/vendor/modernc.org/token/README.md deleted file mode 100644 index d13c2d1fa..000000000 --- a/vendor/modernc.org/token/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# token - -Package token is a variant of the stdlib package token with types FileSet and Token removed - -Installation - - $ go get [-u] modernc.org/token - -Documentation: [godoc.org/modernc.org/token](http://godoc.org/modernc.org/token) |