Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article?
The last few weeks I have been spending my free time on implementing a Tor OR (Onion Relay) in the Go language (golang.org). After a while I realized the language was not suited for the project, and stopped working on it. Today I am sharing what I learned, and will release the partially working code on github.com/tvdw/gotor. In this post I will refer to the network protocol as ‘Tor’, the original
termbox-goとは? nsf/termbox-go · GitHub golangからterminalのAPIを叩けるlibrary. pecoの内部でも利用している。 基本 importする import "github.com/nsf/termbox-go" 初期化 & エラー処理 err := termbox.Init() if err != nil { panic(err) } 終了処理 defer termbox.Close() WindowやKey入力のEvent Wait for { switch ev := termbox.PollEvent(); ev.Type { case termbox.EventKey: switch ev.Key { case termbox.KeyEsc: return } default: draw() } } 全体 Show curr
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く