elv-gilles

Results 2 issues of elv-gilles

Add func `HostsAliases` that returns all hosts aliases in the configuration that match the given pattern, or nil if none are present. The use case is where configuration are updated...

The following update statement produces an error, although legal in sqlite3: ``` update_test.go:33: failed: 8:8: expected semicolon or EOF, found ndx ``` code ``` func TestUpdate(t *testing.T) { s :=...