Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fixes on Introduction tutorial #175

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jun 30, 2019

  1. Go file has changed in newer versions

    Leandro Del Sole committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    3a51080 View commit details
    Browse the repository at this point in the history
  2. The trigger was not generated automatically with this suffix "-trigge…

    …r". The default trigger name may have changed.
    Leandro Del Sole committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    f102eef View commit details
    Browse the repository at this point in the history
  3. The directory starting with "/" seems to be a root directory, but it …

    …isn't. I was in doubt if it should be only "`gofn` directory" or "`./gofn` directory". Decided for the latter because of two reasons. First the slash makes it clear we're talking about a directory. The Second is because of the output of `fn init` command.
    Leandro Del Sole committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    e20e67c View commit details
    Browse the repository at this point in the history