change main.go
Some checks are pending
continuous-integration/drone/push Build was killed

This commit is contained in:
2018-12-18 23:03:35 +08:00
parent 8aadedb6b1
commit a8228fdb32

View File

@@ -8,5 +8,5 @@ func main() {
// HelloWorld is a function that returns a string containing "hello world". // HelloWorld is a function that returns a string containing "hello world".
func HelloWorld() string { func HelloWorld() string {
return "hello world 2018" return "hello world 2018-12-18"
} }