feat: rewrote glob to have a full doublestar impl
All checks were successful
default / ensure tests work (push) Successful in 35s

This implements a full double star glob implementation with it's own filesystem implementation.
This commit is contained in:
Louis Seubert 2026-01-25 17:22:16 +01:00
commit 24ad00274d
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
7 changed files with 1354 additions and 333 deletions

View file

@ -0,0 +1,17 @@
name: default
on:
push:
branches: [main]
jobs:
default:
name: ensure tests work
runs-on: debian-latest
container: docker.io/golang:1.24-alpine
steps:
- name: checkout
uses: https://code.geekeey.de/actions/checkout@1
- name: go run
run: |
go test