================= Slice comparation ================= .. index:: single: Snippets single: Golang; Snippets .. contents:: :depth: 3 :backlinks: top #### An efficient way to compare two slice is to convert one of the two slice into a map. #### -------- Weblinks -------- .. target-notes::