You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Globs in golang work differently the globs have worked in popular node.js libraries like gulp. To make the usage of this simpler we could make /**/*.jpg also look in the first level dir for *.jpg files.
Example
public/img/**/**/*.*
Turns into this automatically, resulting in a more shorter usage:
Purpose
Globs in golang work differently the globs have worked in popular node.js libraries like gulp. To make the usage of this simpler we could make
/**/*.jpg
also look in the first level dir for*.jpg
files.Example
Turns into this automatically, resulting in a more shorter usage:
The text was updated successfully, but these errors were encountered: