Move to gopath dir and introduce new package
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package hello
|
||||
|
||||
import ()
|
||||
|
||||
// Hello writes a welcome string
|
||||
func Hello() string {
|
||||
return "Hello golang!"
|
||||
}
|
||||
Reference in New Issue
Block a user