fs: just some renames.

This commit is contained in:
fiatjaf
2026-01-16 12:18:32 -03:00
parent 0e283368ed
commit 6dfbed4413
2 changed files with 147 additions and 152 deletions

View File

@@ -1,16 +0,0 @@
package nostrfs
import (
"fiatjaf.com/nostr"
)
func kindToExtension(kind nostr.Kind) string {
switch kind {
case 30023:
return "md"
case 30818:
return "adoc"
default:
return "txt"
}
}