mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Removed unrelated comments.
This commit is contained in:
@@ -1,14 +1,5 @@
|
|||||||
package main
|
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 (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"os"
|
"os"
|
||||||
|
|||||||
@@ -1,14 +1,5 @@
|
|||||||
package main
|
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 (
|
import (
|
||||||
"os"
|
"os"
|
||||||
"os/exec"
|
"os/exec"
|
||||||
|
|||||||
Reference in New Issue
Block a user