Minor documentation fix for the go example (#292)
This commit is contained in:
committed by
Soam Vasani
parent
fe9f200606
commit
dd6bfd73e2
@@ -29,7 +29,7 @@ $ chmod +x go-function-build
|
||||
$ go-function-build hello.go
|
||||
|
||||
# Upload the function to fission
|
||||
$ fission function create --name hello --env go-runtime --package function.so
|
||||
$ fission function create --name hello --env go-env --package function.so
|
||||
|
||||
# Map /hello to the hello function
|
||||
$ fission route create --method GET --url /hello --function hello
|
||||
|
||||
Reference in New Issue
Block a user