github.com/oskarth/go-ethereum@v1.6.8-0.20191013093314-dac24a9d3494/swarm/OWNERS (about)

     1  # Ownership by go packages
     2  
     3  swarm
     4  ├── api ─────────────────── ethersphere
     5  ├── bmt ─────────────────── @zelig
     6  ├── dev ─────────────────── @lmars
     7  ├── fuse ────────────────── @jmozah, @holisticode
     8  ├── grafana_dashboards ──── @nonsense
     9  ├── metrics ─────────────── @nonsense, @holisticode
    10  ├── multihash ───────────── @nolash
    11  ├── network ─────────────── ethersphere
    12  │   ├── bitvector ───────── @zelig, @janos, @gbalint
    13  │   ├── priorityqueue ───── @zelig, @janos, @gbalint
    14  │   ├── simulations ─────── @zelig
    15  │   └── stream ──────────── @janos, @zelig, @gbalint, @holisticode, @justelad
    16  │       ├── intervals ───── @janos
    17  │       └── testing ─────── @zelig
    18  ├── pot ─────────────────── @zelig
    19  ├── pss ─────────────────── @nolash, @zelig, @nonsense
    20  ├── services ────────────── @zelig
    21  ├── state ───────────────── @justelad
    22  ├── storage ─────────────── ethersphere
    23  │   ├── encryption ──────── @gbalint, @zelig, @nagydani
    24  │   ├── mock ────────────── @janos
    25  │   └── feed ────────────── @nolash, @jpeletier
    26  └── testutil ────────────── @lmars