add prefix api_ to packages

This commit is contained in:
2025-12-17 18:45:34 +02:00
parent b79450ecd4
commit a9da570877
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
// Example:
//
// /api/block/header would load the block located at {BlockDir}/header/
package block
package api_block
import (
"encoding/json"