mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-01 12:13:38 +00:00
5a00a6b32f
* Update drone to v1.x * Add GitHub Actions
8 lines
77 B
Go
8 lines
77 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main(){
|
|
fmt.Printf("Hello World!\n");
|
|
}
|