1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-11-19 08:35:19 +00:00
This commit is contained in:
Umar Getagazov
2022-09-14 10:39:37 +03:00
parent ab848247c9
commit 97df77d158
5 changed files with 20 additions and 17 deletions

View File

@@ -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")