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.
This commit is contained in:
Mark McGranaghan 2014-12-13 16:20:52 -08:00
parent 8e7a6bb086
commit 75f7fb9039

View File

@ -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