mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-02-21 21:36:55 +00:00
7 lines
236 B
Go
7 lines
236 B
Go
// Package proto contains type aliases for backwards compatibility.
|
|
//
|
|
// Deprecated: New code should reference the protobuf types in the go.mau.fi/whatsmeow/proto/wa* packages directly.
|
|
package proto
|
|
|
|
//go:generate ./generatelegacy.sh
|