~marcopolo/di

ref: 9a4fa0450032ce807ceb6b514c8508d4fe34d520 di/.build.yml -rw-r--r-- 132 bytes
9a4fa045 — Marco Munizaga add support for variadics 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
image: alpine/edge
packages:
  - go
sources:
  - https://git.sr.ht/~marcopolo/di
tasks:
  - test: |
      cd di
      go test ./...