chengxuncc

Results 9 issues of chengxuncc

```go package main import ( "fmt" "github.com/gobwas/glob" ) func main() { fmt.Println("pattern","{,*.}google*") g := glob.MustCompile("{,*.}google*") fmt.Println("Actual:", g.Match("google.com"), "Expected:", true) fmt.Println("Actual:", g.Match("a.google.com"), "Expected:", true) fmt.Println("Actual:", g.Match("agoogle.com"), "Expected:", false) fmt.Println() fmt.Println("pattern","{*.,}google*") g...

**Describe the solution you'd like** Add [Glob](https://en.wikipedia.org/wiki/Glob_(programming)), which is commonly used.

feature

Just like `just --init` will create justfile, mask can do that to create an example, which is friendly to `mask` noob and easy to use.

enhancement

```bash $ scoop install chocolatey -s Installing 'chocolatey' (0.10.15) [64bit] Downloading https://chocolatey.org/install.ps1 (-1 B)... Running pre-install script... WARNING: Files from a previous installation of Chocolatey were found at 'C:\Scoop\apps\chocolatey\0.10.15'. WARNING:...

#205 already support squash embedded struct pointers, but I want to change config of `Decoder` to enable it by default. Currently we have `Squash` option but only work on embedded...

`update` command is too slow when we many buckets, I think we could update git repository in parallel.

enhancement

when I use txt lookup, I get additional result about dnssec. I did add dnssec support for my domain and that could be a bug. I had checked out golang...