proto updated package name

https://github.com/twitchtv/twirp/wiki/Best-Practices
This commit is contained in:
Stephen McQuay 2018-01-20 09:03:52 -08:00
parent 7c35411a0a
commit 19c1adde6f
Signed by: sm
GPG Key ID: 4E4B72F479BA3CE5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
syntax = "proto3";
package me.mcquay.hwt;
package mcquay.hwt.hwt;
option go_package = "hwt";