~marcopolo/di

ref: ac21236d4423eadd39afd0304a29c5d0e69cd7b9 di/.build.yml -rw-r--r-- 132 bytes
ac21236d — Marco Munizaga fix some bugs around providing slices []T 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 ./...