mirror of
https://github.com/makew0rld/amfora.git
synced 2024-12-04 14:46:29 -05:00
1a2fba92c2
More info on corrupt reads and writes: https://github.com/makeworld-the-better-one/amfora/issues/61#issuecomment-735042805 The panic was occuring due to lines like: if u[:6] == "about:" These would cause panics for URIs that were shorter than 6, like "docs/". strings.HasPrefix was used instead to fix this. |
||
---|---|---|
.. | ||
bookmarks.go | ||
display.go | ||
download.go | ||
file.go | ||
handlers.go | ||
help.go | ||
history.go | ||
modals.go | ||
newtab.go | ||
private.go | ||
subscriptions.go | ||
tab.go | ||
util_test.go | ||
util.go |