3 Commits

Author SHA1 Message Date
Steffen Vogel
683fc837d0 Make repo REUSE compliant 2023-05-05 11:58:49 -04:00
Sean DuBois
1cdfc10c84 Mass replace pions -> pion
Pions organization was renamed to pion
2019-04-04 15:32:03 -07:00
Sean DuBois
0b5504634b Package null: represent values that may be null
A common pattern in ECMAScript is that you can pass a
value OR null, however with Go this isn't possible. This imitates
the sql.NullString pattern so that we can as closely as possible
mirror the browser API for WebRTC

Resolves #105

Co-authored-by: backkem <mail@backkem.me>
2018-09-14 15:53:34 -07:00