package
0.7.10
Repository: https://github.com/pschlump/go-ftl.git
Documentation: pkg.go.dev

# Functions

AddNewEntry will add a new user to the in memory AnEntry table in memory.
Exists return true if the file, specified by 'name', exists.
Fopen opens a file with a syntax similar to C fopen.
LoadFile will read in the .htaccess file specified by 'fn'.
SaveFile will write out the current in memory auth info.

# Structs

AnEntry is used to store the entries from the .htaccess file in meory while we work on them.