mirror of
https://github.com/Infisical/infisical.git
synced 2026-05-02 03:02:03 -04:00
8 lines
71 B
Go
8 lines
71 B
Go
package api
|
|
|
|
import "fmt"
|
|
|
|
func PrintHello() {
|
|
fmt.Println("hello")
|
|
}
|