From e71c3be9cf6fd4711ce04c40b644c44e47c6075d Mon Sep 17 00:00:00 2001 From: Travis Reeder Date: Tue, 23 May 2017 13:01:18 -0700 Subject: [PATCH] Removed unrelated comments. --- fn/start.go | 9 --------- fn/update.go | 9 --------- 2 files changed, 18 deletions(-) diff --git a/fn/start.go b/fn/start.go index 1187450fd..ca05c736f 100644 --- a/fn/start.go +++ b/fn/start.go @@ -1,14 +1,5 @@ package main -/* -usage: fn init - -If there's a Dockerfile found, this will generate the basic file with just the image name. exit -It will then try to decipher the runtime based on the files in the current directory, if it can't figure it out, it will ask. -It will then take a best guess for what the entrypoint will be based on the language, it it can't guess, it will ask. - -*/ - import ( "fmt" "os" diff --git a/fn/update.go b/fn/update.go index f356640ae..c5db4d9b6 100644 --- a/fn/update.go +++ b/fn/update.go @@ -1,14 +1,5 @@ package main -/* -usage: fn init - -If there's a Dockerfile found, this will generate the basic file with just the image name. exit -It will then try to decipher the runtime based on the files in the current directory, if it can't figure it out, it will ask. -It will then take a best guess for what the entrypoint will be based on the language, it it can't guess, it will ask. - -*/ - import ( "os" "os/exec"