harwoeck/mysophie

View on GitHub
staticDir.go

Summary

Maintainability
A
0 mins
Test Coverage
package main

import "regexp"

type staticDir struct {
    path   string
    regstr string
    regex  *regexp.Regexp
}