Go bubble sort example for beginner. Clone git clone https://github.com/mhshajib/GoBubbleSort.git 2.Go to project directory cd GoBubbleSort Compile go build bubble.go Run ./bubble Done. 😄