Rename project and fmt
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Test Rust project
|
||||
name: Tonic gRPC
|
||||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user