mirror of
https://github.com/vbatts/talks.git
synced 2025-10-27 02:36:43 +00:00
flatten folder
This commit is contained in:
parent
5783dd7f09
commit
ffd598d420
12 changed files with 15 additions and 12 deletions
10
2015/02-devconf.cz/hello.go
Normal file
10
2015/02-devconf.cz/hello.go
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// +build ignore
|
||||
|
||||
// START1 OMIT
|
||||
package main
|
||||
|
||||
func main() {
|
||||
println("Howdy y'all")
|
||||
}
|
||||
|
||||
// STOP1 OMIT
|
||||
Loading…
Add table
Add a link
Reference in a new issue