Rename project and fmt

This commit is contained in:
Lucio Franco
2019-09-01 13:09:39 -04:00
parent 44bc69d871
commit affd148525
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
name: Test Rust project
name: Tonic gRPC
on: [push]
jobs:
test:
+1 -1
View File
@@ -1,6 +1,6 @@
use structopt::{clap::arg_enum, StructOpt};
use tonic_interop::client;
use tonic::transport::Channel;
use tonic_interop::client;
#[derive(StructOpt)]
struct Opts {