This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package mdns | |
import ( | |
"fmt" | |
"net" | |
"os" | |
"strings" | |
"sync" | |
"sync/atomic" | |
"time" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"openapi": "3.0.1", | |
"info": { | |
"title": "Art Institution of Chicago API", | |
"description": "An API for an aggregator of Art Institute of Chicago public data. This documentation was generated by `php artisan docs:swagger` on 2024-08-15 12:08:24", | |
"termsOfService": "https://www.artic.edu/terms/terms-and-conditions", | |
"contact": { | |
"email": "engineering@artic.edu" | |
}, | |
"license": { |