docs: add simple Go guide
Signed-off-by: Tanguy ⧓ Herrmann <tanguy@dagger.io>
This commit is contained in:
7
docs/plans/go-ci/hello/greeting/greeting.go
Normal file
7
docs/plans/go-ci/hello/greeting/greeting.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package greeting
|
||||
|
||||
import "fmt"
|
||||
|
||||
func Greeting(name string) string {
|
||||
return fmt.Sprintf("Hi %s!", name)
|
||||
}
|
Reference in New Issue
Block a user