Home | History | Annotate | Download | only in shootout

Lines Matching defs:in

2 Redistribution and use in source and binary forms, with or without
8 * Redistributions in binary form must reproduce the above copyright
9 notice, this list of conditions and the following disclaimer in the
20 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
24 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
47 var in *bufio.Reader
103 in = bufio.NewReader(os.Stdin)
106 line, err := in.ReadSlice('\n')
115 data, err := ioutil.ReadAll(in)