mirror of
https://github.com/lunchcat/sif.git
synced 2026-01-06 17:53:44 -08:00
fix: fix case for module function declaration <api>
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func returnApiOutput() {
|
||||
func ReturnApiOutput() {
|
||||
const data = `{"key": "value"}`
|
||||
fmt.Println(data)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user