An open API service indexing awesome lists of open source software.

https://github.com/beevik/files

simple directory walker in go
https://github.com/beevik/files

Last synced: 11 months ago
JSON representation

simple directory walker in go

Awesome Lists containing this project

README

          

[![GoDoc](https://godoc.org/github.com/beevik/files?status.svg)](https://godoc.org/github.com/beevik/files)

files
=====

The files package makes it possible to scan directories for files of interest.
It supports recursive file search, regular expression filters, and file type
filters.