tool/stdin/stdin.go (2 lines of code) (raw):

// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: MIT package stdin var Scanln func(answer ...interface{}) (int, error)