Removed unrelated comments.

This commit is contained in:
Travis Reeder
2017-05-23 13:01:18 -07:00
parent e6d963f0dd
commit e71c3be9cf
2 changed files with 0 additions and 18 deletions

View File

@@ -1,14 +1,5 @@
package main
/*
usage: fn init <name>
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"