[go-nuts] Re: i got error at log.Printf("Failed to read from pty master: %s", err)

2019-04-01 Thread feihong' yu
server.jscode 'use strict' let app = require('http').createServer(handler) let io = require('socket.io')(app) app.listen(3000) console.log('Listening at http://localhost:3000/') function handler (req, res) { res.writeHead(200) res.end('Testing server for

[go-nuts] Re: i got error at log.Printf("Failed to read from pty master: %s", err)

2019-04-01 Thread feihong' yu
why EOF ?? 在 2019年4月2日星期二 UTC+8上午12:10:10,feihong' yu写道: > > https://github.com/kr/pty/issues/76 > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to