add diffing
This commit is contained in:
7
internal/example-hello-world/example-hello-world.go
Normal file
7
internal/example-hello-world/example-hello-world.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("hello world")
|
||||
}
|
Reference in New Issue
Block a user