File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- // See README.txt for information and build instructions.
1
+ // See README.md for information and build instructions.
2
2
3
3
import com .example .tutorial .protos .AddressBook ;
4
4
import com .example .tutorial .protos .Person ;
Original file line number Diff line number Diff line change 1
- // See README.txt for information and build instructions.
1
+ // See README.md for information and build instructions.
2
2
3
3
import com .example .tutorial .protos .AddressBook ;
4
4
import com .example .tutorial .protos .Person ;
Original file line number Diff line number Diff line change 1
- # See README.txt .
1
+ # See README.md .
2
2
3
3
.PHONY : all cpp java python clean
4
4
Original file line number Diff line number Diff line change 1
- // See README.txt for information and build instructions.
1
+ // See README.md for information and build instructions.
2
2
3
3
#include < ctime>
4
4
#include < fstream>
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env python
2
2
3
- # See README.txt for information and build instructions.
3
+ # See README.md for information and build instructions.
4
4
5
5
import addressbook_pb2
6
6
import sys
Original file line number Diff line number Diff line change 1
- // See README.txt for information and build instructions.
1
+ // See README.md for information and build instructions.
2
2
//
3
3
// Note: START and END tags are used in comments to define sections used in
4
4
// tutorials. They are not part of the syntax for Protocol Buffers.
Original file line number Diff line number Diff line change 1
- // See README.txt for information and build instructions.
1
+ // See README.md for information and build instructions.
2
2
3
3
#include < fstream>
4
4
#include < google/protobuf/util/time_util.h>
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env python
2
2
3
- # See README.txt for information and build instructions.
3
+ # See README.md for information and build instructions.
4
4
5
5
from __future__ import print_function
6
6
import addressbook_pb2
You can’t perform that action at this time.
0 commit comments