mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-11-19 08:35:19 +00:00
go fmt
This commit is contained in:
@@ -9,7 +9,8 @@ import (
|
||||
var fs embed.FS
|
||||
|
||||
// Get determines what help text you need and returns it. The path is a substring from URL, it follows this form:
|
||||
// <language>/<topic>
|
||||
//
|
||||
// <language>/<topic>
|
||||
func Get(path string) ([]byte, error) {
|
||||
if path == "" {
|
||||
return Get("en")
|
||||
|
||||
Reference in New Issue
Block a user