Move snippets outside of markdown
Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello, 世界")
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
module dagger.io/test
|
||||
|
||||
go 1.17
|
Reference in New Issue
Block a user