reorgniaze the repo
This commit is contained in:
parent
b50e202a97
commit
268677b9ad
@ -1,8 +1,4 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
package helloworld
|
||||
|
||||
const (
|
||||
english = "English"
|
||||
@ -48,7 +44,7 @@ func Hello(name, language string) string {
|
||||
return prefix + name
|
||||
}
|
||||
|
||||
func main() {
|
||||
initDefaults()
|
||||
fmt.Println(Hello("Mary", "English"))
|
||||
}
|
||||
// func main() {
|
||||
// initDefaults()
|
||||
// fmt.Println(Hello("Mary", "English"))
|
||||
// }
|
@ -1,4 +1,4 @@
|
||||
package main
|
||||
package helloworld
|
||||
|
||||
import "testing"
|
||||
|
Loading…
Reference in New Issue
Block a user