~marcopolo/di

ref: 8a9c929e34c255ee81315b9ebe524919c65587d0 di/.build.yml -rw-r--r-- 132 bytes
8a9c929e — Marco Munizaga s/interface{}/any 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 ./...