CodeQL library for Go
codeql/go-all 0.7.15-dev (changelog, source)
Search

Module Fmt

Provides models of commonly used functions in the fmt package.

Import path

import semmle.go.frameworks.stdlib.Fmt

Classes

AppenderOrSprinter

The Sprint or Append functions or one of their variants.

AppenderOrSprinterFunc

The Sprint or Append functions or one of their variants.

FScanner

The Fscan function or one of its variants, all of which read from a specified io.Reader.

Printer

The Print function or one of its variants.

Scanner

The Scan function or one of its variants, all of which read from os.Stdin.

Sprinter

The Sprint function or one of its variants.