mirror of
https://github.com/pion/stun.git
synced 2025-09-26 20:01:18 +08:00
8 lines
198 B
Bash
Executable File
8 lines
198 B
Bash
Executable File
#!/bin/env bash
|
|
|
|
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
cp -v $GOROOT/src/crypto/hmac/{hmac,hmac_test}.go .
|
|
git diff {hmac,hmac_test}.go
|