From 75f7fb9039f919d1fb274722e7008eac39bd49f5 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Sat, 13 Dec 2014 16:20:52 -0800 Subject: [PATCH] Remove todo-ish list from examples.txt At this point we're probably not going to add major new examples to Go by Example. Remove the todo-ish looking list from examples.txt to avoid implying otherwise in that file. --- examples.txt | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/examples.txt b/examples.txt index efb2457..8859292 100644 --- a/examples.txt +++ b/examples.txt @@ -63,23 +63,3 @@ Spawning Processes Exec'ing Processes Signals Exit -# HTTP Client -# HTTPS Client -# Redis -# Postgres -# Hello Web -# Responses -# Request Routing -# Request Logging -# Static Content -# Basic Authentication -# Canonical Hosts -# Middleware -# Graceful Shutdown -# HTTPS Servers -# Testing -# CPU Profiling -# Memory Profiling -# Factoring Packages -# Shipping Libraries -# Shipping Commands