mirror of
https://github.com/SourceFellows/gobuch.git
synced 2026-01-09 22:20:48 +01:00
initial import
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("myapp")
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("mycli")
|
||||
}
|
||||
BIN
best-practices/project-structure/cmd-sample/myapp
Executable file
BIN
best-practices/project-structure/cmd-sample/myapp
Executable file
Binary file not shown.
Reference in New Issue
Block a user