Call to library function

Author: LGTM

import go

from Function println, DataFlow::CallNode call
where
  println.hasQualifiedName('fmt', 'Println') and
  call = println.getACall()
select call

Description

Finds calls to "fmt.Println."