Skip to content

Commit dab7a9d

Browse files
committed
go init
1 parent 1d317d1 commit dab7a9d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

go.mod

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/burnyourcode/BurnYourBlog
2+
3+
go 1.13

main.go

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package main
2+
3+
import "fmt"
4+
5+
func main() {
6+
fmt.Println("Burn Your Blog. Literally. Burn it.")
7+
}

0 commit comments

Comments
 (0)