fix: fix case for module function declaration <api>

This commit is contained in:
syscats
2024-02-04 14:27:46 +01:00
parent a40c54f382
commit 50dd77248c

View File

@@ -4,7 +4,7 @@ import (
"fmt"
)
func returnApiOutput() {
func ReturnApiOutput() {
const data = `{"key": "value"}`
fmt.Println(data)
}