blob: 3d3b0feccbeb10f109c1dfb9689b84d872e11186 [file] [log] [blame]
# Description:
# Go library providing support to accept sensitive input (e.g. passwords)
# from stdin.
licenses(["notice"]) # MIT
exports_files(["LICENSE"])
package(default_visibility = ["//visibility:public"])