Personally I like putting them in the tests, with t.Skip (frequently further in the code, in whatever sets up test dependencies that makes it an "integration" test, so it's automatically skipped).
That way you can blend unit and integration in the same package.
That way you can blend unit and integration in the same package.