Skip to content

Commit

Permalink
Update the package.
Browse files Browse the repository at this point in the history
  • Loading branch information
depressi0n committed Oct 29, 2020
1 parent 0690361 commit f586d42
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/depressi0n/GitTest

go 1.14
6 changes: 1 addition & 5 deletions hello.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
package main

import "fmt"

func main(){
fmt.Println("hello world.")
fmt.Println("hello human.")

printHello()
}
8 changes: 8 additions & 0 deletions util.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package main

import "fmt"

func printHello(){
fmt.Println("hello world.")
fmt.Println("hello human.")
}

0 comments on commit f586d42

Please sign in to comment.