pion / stun

A Go implementation of STUN
https://pion.ly/
MIT License
625 stars 94 forks source link

Replaced reference of gortc with pion #27

Closed maanas closed 4 years ago

maanas commented 4 years ago

Replaced reference of gortc with pion Added a Dockerfile to build the server along with client Renamed e2e/Dockerfile to client.Dockerfile and added server.Dockerfile Added linters

codecov[bot] commented 4 years ago

Codecov Report

Merging #27 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #27   +/-   ##
=======================================
  Coverage   99.83%   99.83%           
=======================================
  Files          18       18           
  Lines        1190     1190           
=======================================
  Hits         1188     1188           
  Misses          1        1           
  Partials        1        1
Impacted Files Coverage Δ
stun.go 100% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8a53833...ceb4950. Read the comment docs.

maanas commented 4 years ago

Added updated pull request with typo fix