-
Notifications
You must be signed in to change notification settings - Fork 3
Fix #34 - https://tour.golang.org/moretypes/24 #37
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
Open
AlMishbah
wants to merge
24
commits into
pondok-programmer:master
Choose a base branch
from
AlMishbah:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
2c3a24a
Fix #34 - https://tour.golang.org/moretypes/1
AlMishbah ca01dcd
Fix #34 - https://tour.golang.org/moretypes/2
AlMishbah ae68c37
Fix #34 - https://tour.golang.org/moretypes/3
AlMishbah 66322a3
Fix #34 - https://tour.golang.org/moretypes/4
AlMishbah a5dc656
Fix #34 - https://tour.golang.org/moretypes/5
AlMishbah 12905ba
Fix #34 - https://tour.golang.org/moretypes/6
AlMishbah 85a79ba
Fix #34 - https://tour.golang.org/moretypes/7
AlMishbah 2d21fc4
Fix #34 - https://tour.golang.org/moretypes/8
AlMishbah 1526cd5
Fix #34 - https://tour.golang.org/moretypes/9
AlMishbah d2cb8b2
Fix #34 - https://tour.golang.org/moretypes/10
AlMishbah 7045a61
Fix #34 - https://tour.golang.org/moretypes/11
AlMishbah 3824c13
Fix #34 - https://tour.golang.org/moretypes/12
AlMishbah 12465cb
Fix #34 - https://tour.golang.org/moretypes/13
AlMishbah 137feb3
Fix #34 - https://tour.golang.org/moretypes/14
AlMishbah a9b909a
Fix #34 - https://tour.golang.org/moretypes/15
AlMishbah 4d26335
Fix #34 - https://tour.golang.org/moretypes/16
AlMishbah 8f0f2dd
Fix #34 - https://tour.golang.org/moretypes/17
AlMishbah b022bf1
Fix #34 - https://tour.golang.org/moretypes/18
AlMishbah a76fcdd
Fix #34 - https://tour.golang.org/moretypes/19
AlMishbah 0a5e305
Fix #34 - https://tour.golang.org/moretypes/20
AlMishbah 8d93cd7
Fix #34 - https://tour.golang.org/moretypes/21
AlMishbah 033e8b3
Fix #34 - https://tour.golang.org/moretypes/22
AlMishbah 54aa24e
Fix #34 - https://tour.golang.org/moretypes/24
AlMishbah c62f2cf
Fix #34 - https://tour.golang.org/moretypes/23
AlMishbah File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| package roihan | ||
|
|
||
| import "golang.org/x/tour/pic" | ||
|
|
||
| func Pic(dx, dy int) [][]uint8 { | ||
| } | ||
|
|
||
| func moretype18() { | ||
| pic.Show(Pic) | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -60,6 +60,7 @@ func Main() { | |
| moretype15() | ||
| moretype16() | ||
| moretype17() | ||
| // moretype18() | ||
| } | ||
|
|
||
| func basics1() { | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Implement ini dulu