/goDataStructures

Data Structure implementation in GO language

Primary LanguageGo

Data Structures Implemented in Go

created by irahulgulati



goLinkedList

set GOPATH environment variable as below

Windows:

set GOPATH=\<insertyourrootfolderpathhere>/goLinkedList/

Posix:

export GOPATH=~/goLinkedList/



Run

Run by executing below command

go run app