Skip to content

Latest commit

 

History

History
44 lines (40 loc) · 913 Bytes

File metadata and controls

44 lines (40 loc) · 913 Bytes

GetGoing

👈 Root Directory

Free Course From Udemy GetGoing

Folder Structure

[GetGoing]
    |---> Advanced 
    |   |---> channels.go 
    |   |---> channelsBuf.go 
    |   |---> concurrency.go 
    |   |---> lambda.go 
    |    
    |---> Basics 
    |   |---> array.go 
    |   |---> controlstatements.go 
    |   |---> interfaces.go 
    |   |---> main.go 
    |   |---> pointers.go 
    |   |---> structures.go 
    |    
    |---> CRUD 
    |   |---> controller
    |   |    |---> crud.go
    |   |    |---> ping.go
    |   |    |---> routes.go
    |   |
    |   |---> model
    |   |    |---> connect.go
    |   |    |---> crate.go
    |   |    |---> read.go
    |   |
    |   |---> view
    |   |    |---> view.go
    |   |
    |   |---> go.mod
    |   |---> go.sum
    |   |---> main.go
    |    
    |---> README.md