github.com/egonelbre/exp@v0.0.0-20240430123955-ed1d3aa93911/fuzzy/main.go (about)

     1  package main
     2  
     3  // Fuzzy text based on https://www.forrestthewoods.com/blog/reverse_engineering_sublime_texts_fuzzy_match/
     4  
     5  func main() {
     6  
     7  }