fix: fix case for module function declaration <api>

This commit is contained in:
syscats
2024-02-04 14:27:46 +01:00
parent e6aa9aed7b
commit 17e319d93d
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"fmt"
)
func returnApiOutput() {
func ReturnApiOutput() {
const data = `{"key": "value"}`
fmt.Println(data)
}