chore: added credits to grandcat package

This commit is contained in:
Simone Margaritelli 2024-09-27 20:40:48 +02:00
parent ae466b702a
commit ef69151a7f
6 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,4 @@
// Based on https://github.com/grandcat/zeroconf
package zeroconf package zeroconf
import ( import (

View file

@ -1,3 +1,4 @@
// Based on https://github.com/grandcat/zeroconf
package zeroconf package zeroconf
import ( import (

View file

@ -11,4 +11,6 @@
// By now, it should be compatible to [Avahi](http://avahi.org/) (tested) and // By now, it should be compatible to [Avahi](http://avahi.org/) (tested) and
// Apple's Bonjour (untested). Should work in the most office, home and private // Apple's Bonjour (untested). Should work in the most office, home and private
// environments. // environments.
//
// Based on https://github.com/grandcat/zeroconf
package zeroconf package zeroconf

View file

@ -1,3 +1,4 @@
// Based on https://github.com/grandcat/zeroconf
package zeroconf package zeroconf
import ( import (

View file

@ -1,3 +1,4 @@
// Based on https://github.com/grandcat/zeroconf
package zeroconf package zeroconf
import ( import (

View file

@ -1,3 +1,4 @@
// Based on https://github.com/grandcat/zeroconf
package zeroconf package zeroconf
import "strings" import "strings"