doc-architect/doc-architect-core/src/main/java/com/docarchitect/core/scanner/impl/go/GoHttpRouterScanner.java [419:431]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            String fullPath = combinePaths(prefix, path);

            ApiEndpoint endpoint = new ApiEndpoint(
                componentId,
                ApiType.REST,
                fullPath,
                method,
                handler,
                null,
                null,
                null
            );
            apiEndpoints.add(endpoint);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



doc-architect/doc-architect-core/src/main/java/com/docarchitect/core/scanner/impl/go/GoHttpRouterScanner.java [523:535]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            String fullPath = combinePaths(prefix, path);

            ApiEndpoint endpoint = new ApiEndpoint(
                componentId,
                ApiType.REST,
                fullPath,
                method,
                handler,
                null,
                null,
                null
            );
            apiEndpoints.add(endpoint);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



