This website requires JavaScript.
Explore
Help
Sign In
ehlxr
/
docker_practice
Watch
1
Star
0
Fork
0
You've already forked docker_practice
mirror of
https://github.com/yeasy/docker_practice.git
synced
2024-11-01 20:23:39 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
61492ff11a
docker_practice
/
cases
/
ci
/
drone
/
demo
/
app.go
8 lines
77 B
Go
Raw
Normal View
History
Unescape
Escape
Add Drone #261
2017-11-30 07:05:57 +00:00
package
main
import
"fmt"
func
main
(
)
{
Update CI * Update drone to v1.x * Add GitHub Actions
2019-08-31 10:36:00 +00:00
fmt
.
Printf
(
"Hello World!\n"
)
;
Add Drone #261
2017-11-30 07:05:57 +00:00
}
Reference in New Issue
Copy Permalink