Skip to content

Commit 014c87a

Browse files
committed
update
1 parent e51aea3 commit 014c87a

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

gen/go/tzf/v1/tzinfo.pb.go

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pb/tzf/v1/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# tzf's protobuf define
22

3-
The published data of [tzf-rel](https://github.com/ringsaturn/tzf-rel) and [tzf-rel-lite](https://github.com/ringsaturn/tzf-rel-lite) are defined in this directory.
3+
The published data of [tzf-rel](https://github.com/ringsaturn/tzf-rel) and
4+
[tzf-rel-lite](https://github.com/ringsaturn/tzf-rel-lite) are defined in this
5+
directory.
46

57
Related projects:
68

pb/tzf/v1/tzinfo.proto

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
syntax = "proto3";
22

3+
// # tzf's protobuf define
4+
//
5+
// The published data of [tzf-rel](https://github.com/ringsaturn/tzf-rel) and
6+
// [tzf-rel-lite](https://github.com/ringsaturn/tzf-rel-lite) are defined in this
7+
// directory.
8+
//
9+
// Related projects:
10+
//
11+
// - [tzf](https://github.com/ringsaturn/tzf)
12+
// - [tzf-rel](https://github.com/ringsaturn/tzf-rel)
13+
// - [tzf-rel-lite](https://github.com/ringsaturn/tzf-rel-lite)
14+
// - [tzf-rs](https://github.com/ringsaturn/tzf-rs)
15+
// - [tzfpy](https://github.com/ringsaturn/tzfpy)
16+
// - [tzf-wasm](https://github.com/ringsaturn/tzf-wasm)
17+
// - [tzf-web](https://github.com/ringsaturn/tzf-web)
318
package tzf.v1;
419

520
option go_package = "github.com/ringsaturn/tzf/gen/go/tzf/v1;v1";

0 commit comments

Comments
 (0)