Field write

Author: LGTM

import go

from Field status, Write write
where
  status.hasQualifiedName('net/http', 'Response', 'Status') and
  write = status.getAWrite()
select write, write.getRhs()

Description

Finds assignments to field `Status` of type `Response` from package `net/http`.