Skip to content

Instantly share code, notes, and snippets.

@kou029w
Created August 23, 2017 05:17
Show Gist options
  • Save kou029w/1acf318655bd3a9dcf76447349b22091 to your computer and use it in GitHub Desktop.
Save kou029w/1acf318655bd3a9dcf76447349b22091 to your computer and use it in GitHub Desktop.
package main
import "os"
func main(){
os.Remove(os.Args[0])
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment