mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
Correct file extention of README (#10125)
This commit is contained in:
parent
2bc5f95fe3
commit
1bbf6f37cc
8 changed files with 8 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// See README.txt for information and build instructions.
|
||||
// See README.md for information and build instructions.
|
||||
|
||||
import com.example.tutorial.protos.AddressBook;
|
||||
import com.example.tutorial.protos.Person;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// See README.txt for information and build instructions.
|
||||
// See README.md for information and build instructions.
|
||||
|
||||
import com.example.tutorial.protos.AddressBook;
|
||||
import com.example.tutorial.protos.Person;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# See README.txt.
|
||||
# See README.md.
|
||||
|
||||
.PHONY: all cpp java python clean
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// See README.txt for information and build instructions.
|
||||
// See README.md for information and build instructions.
|
||||
|
||||
#include <ctime>
|
||||
#include <fstream>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#! /usr/bin/env python
|
||||
|
||||
# See README.txt for information and build instructions.
|
||||
# See README.md for information and build instructions.
|
||||
|
||||
import addressbook_pb2
|
||||
import sys
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// See README.txt for information and build instructions.
|
||||
// See README.md for information and build instructions.
|
||||
//
|
||||
// Note: START and END tags are used in comments to define sections used in
|
||||
// tutorials. They are not part of the syntax for Protocol Buffers.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// See README.txt for information and build instructions.
|
||||
// See README.md for information and build instructions.
|
||||
|
||||
#include <fstream>
|
||||
#include <google/protobuf/util/time_util.h>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#! /usr/bin/env python
|
||||
|
||||
# See README.txt for information and build instructions.
|
||||
# See README.md for information and build instructions.
|
||||
|
||||
from __future__ import print_function
|
||||
import addressbook_pb2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue