mirror of
https://github.com/SourceFellows/gobuch.git
synced 2025-11-04 15:46:17 +01:00
initial import
This commit is contained in:
12
best-practices/project-structure/layer-sample/cmd/main.go
Normal file
12
best-practices/project-structure/layer-sample/cmd/main.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"layeredsample/models"
|
||||
)
|
||||
|
||||
func main() {
|
||||
c := models.CustomerModel{}
|
||||
fmt.Println(c)
|
||||
}
|
||||
Reference in New Issue
Block a user