-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Andres Taylor <[email protected]>
- Loading branch information
Showing
2 changed files
with
1 addition
and
16 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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 |
---|---|---|
|
@@ -12,21 +12,6 @@ distributed under the License is distributed on an "AS IS" BASIS, | |
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
╭─[email protected] ~/dev/vitess-tester ‹main*› | ||
╰─➤ go build -o vt2 ./go/ 1 ↵ | ||
no Go files in /Users/systay/dev/vitess-tester/go | ||
╭─[email protected] ~/dev/vitess-tester ‹main*› | ||
╰─➤ go build -o vt2 ./go/. 1 ↵ | ||
no Go files in /Users/systay/dev/vitess-tester/go | ||
╭─[email protected] ~/dev/vitess-tester ‹main*› | ||
╰─➤ go build -o vt2 ./go/.. 1 ↵ | ||
no Go files in /Users/systay/dev/vitess-tester | ||
╭─[email protected] ~/dev/vitess-tester ‹main*› | ||
╰─➤ go build -o vt2 ./go/... 1 ↵ | ||
go: cannot write multiple packages to non-directory vt2 | ||
*/ | ||
|
||
package main | ||
|