awl/pkg/query
Sam Therapy dc4edd55bb
All checks were successful
continuous-integration/drone/push Build is passing
fix(query): fix printing irregularities (#140)
1. Before, the port printed was duplicated, eg.
`;; SERVER: [::1]:53:53 (UDP)` when making query. This has been fixed (not sure what caused it)
2. JSON/XML/YAML date formatting to be compliant with RFC3339 (thanks, std/time!)

Co-authored-by: Sam Therapy <sam@samtherapy.net>
Reviewed-on: #140
Reviewed-by: grumbulon <grumbulon@grumbulon.xyz>
2022-10-14 16:51:27 +00:00
..
docs.go chore(Refactor) (#110) 2022-09-24 23:11:09 +00:00
print.go fix(query): fix printing irregularities (#140) 2022-10-14 16:51:27 +00:00
print_test.go refactor: Make all calls to options pointers (#132) 2022-10-13 12:49:36 +00:00
query.go refactor: Make all calls to options pointers (#132) 2022-10-13 12:49:36 +00:00
query_test.go refactor: Make all calls to options pointers (#132) 2022-10-13 12:49:36 +00:00
struct.go chore(Refactor) (#110) 2022-09-24 23:11:09 +00:00