by Resotto
- Good example of Go with Clean Architecture.
- All kinds of Gophers (newbie to professional).
| Rank | Site | SNI | HTTP | DNS | |
|---|---|---|---|---|---|
| 1 | google.com | open | open | open | |
| 2 | youtube.com | blocked | blocked | blocked | |
| 3 | facebook.com | blocked | blocked | blocked | |
| 4 | baidu.com | open | open | open | |
| 5 | yahoo.com | open | open | open | |
| 6 | amazon.com | open | open | open | |
| 7 | wikipedia.org | open | open | open | |
| 8 | qq.com | open | open | open | |
| 9 | google.co.in | open | open | open |
| 'use strict'; | |
| import React, { | |
| Component, | |
| Animated, | |
| Easing, | |
| Dimensions, | |
| StyleSheet | |
| } from 'react-native'; |
Locate the section for your github remote in the .git/config file. It looks like this:
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = [email protected]:joyent/node.git
Now add the line fetch = +refs/pull/*/head:refs/remotes/origin/pr/* to this section. Obviously, change the github url to match your project's URL. It ends up looking like this: