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

feat: implement basic functions #1

Merged
merged 1 commit into from
Mar 9, 2020
Merged

Conversation

suzuki-shunsuke
Copy link
Owner

No description provided.

@suzuki-shunsuke suzuki-shunsuke added documentation Improvements or additions to documentation enhancement New feature or request labels Mar 9, 2020
@suzuki-shunsuke suzuki-shunsuke merged commit 6bad418 into master Mar 9, 2020
@suzuki-shunsuke suzuki-shunsuke deleted the feat/first-pr branch March 9, 2020 01:36
@suzuki-shunsuke
Copy link
Owner Author

test

@suzuki-shunsuke
Copy link
Owner Author

exit code: 0

$ /usr/local/bin/bash -c echo foo; echo bar >&2; echo zoo

Stdout:

foo
zoo

Stderr:

bar

CombinedOutput:

bar
foo
zoo

@suzuki-shunsuke
Copy link
Owner Author

exit code: 22

$ /usr/bin/curl -f https://github.com/suzuki-shunsuke/not_found

Stdout:


Stderr:

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found

CombinedOutput:

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found

@suzuki-shunsuke
Copy link
Owner Author

exit code: 0

$ /usr/local/bin/go test ./...
ok  	github.com/suzuki-shunsuke/flute/examples	0.559s
ok  	github.com/suzuki-shunsuke/flute/flute	0.351s

@suzuki-shunsuke
Copy link
Owner Author

test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant