Skip to content

This repo contains creation of customer model/data using object oriented concept

License

Notifications You must be signed in to change notification settings

dhavlev/go-object-oriented

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Oriented Example using Go

How to build program

Note: Go to the root of folder i.e. object-oriented

go build

How to run program

go run main.go

Raw output

{"FName":"Visharad","LName":"Dhavle","Age":35,"Gender":"Male","Orders":[{"ID":1,"Items":[{"Name":"Nokia 6.2","Price":6200}]},{"ID":2,"Items":[{"Name":"Nokia 7.2","Price":7200}]}]}

JsonViewer Output

json-output

About

This repo contains creation of customer model/data using object oriented concept

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages