gitleaks--gitleaks
8 行
71 B
Go
8 行
71 B
Go
package api
|
|
|
|
import "fmt"
|
|
|
|
func PrintHello() {
|
|
fmt.Println("hello")
|
|
}
|