remove pledge.go - twitch-go - twitch.tv web application in Go
 (HTM) git clone git://git.codemadness.org/twitch-go
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 045f529d96751a6e97eddf8ff83594e5a5c438b7
 (DIR) parent 3801b918ffd3e932a5765c90d93546e609ce5be4
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sat,  6 Apr 2019 18:21:13 +0200
       
       remove pledge.go
       
       Diffstat:
         D pledge.go                           |       8 --------
       
       1 file changed, 0 insertions(+), 8 deletions(-)
       ---
 (DIR) diff --git a/pledge.go b/pledge.go
       @@ -1,8 +0,0 @@
       -// +build !openbsd
       -
       -package main
       -
       -// Pledge implements its respective syscall. For more information see pledge(2).
       -func Pledge(promises string, paths []string) (err error) {
       -        return nil
       -}