mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-24 09:15:09 +01:00
chore: remove unnecessary proto import (#2120)
This commit is contained in:
parent
3f7d550e98
commit
511db8dcce
@ -1,8 +1,6 @@
|
|||||||
syntax = "proto3";
|
syntax = "proto3";
|
||||||
package history;
|
package history;
|
||||||
|
|
||||||
import "google/protobuf/timestamp.proto";
|
|
||||||
|
|
||||||
message StartHistoryRequest {
|
message StartHistoryRequest {
|
||||||
// If people are still using my software in ~530 years, they can figure out a u128 migration
|
// If people are still using my software in ~530 years, they can figure out a u128 migration
|
||||||
uint64 timestamp = 1; // nanosecond unix epoch
|
uint64 timestamp = 1; // nanosecond unix epoch
|
||||||
|
Loading…
Reference in New Issue
Block a user