Skip to content
View pellared's full-sized avatar

Organizations

@splunk @open-telemetry @go-logrusutil @golang-templates @goyek @fluentassert
Block or Report

Block or report pellared

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. goyek/goyek goyek/goyek Public

    Task automation Go library

    Go 504 29

  2. opentelemetry-go opentelemetry-go Public

    Forked from open-telemetry/opentelemetry-go

    OpenTelemetry Go API and SDK

    Go

  3. golang-templates/seed golang-templates/seed Public template

    Go application GitHub repository template.

    Makefile 437 46

  4. opentelemetry-dotnet-instrumentation opentelemetry-dotnet-instrumentation Public

    Forked from open-telemetry/opentelemetry-dotnet-instrumentation

    .NET instrumentation and auto-instrumentation

    C++

  5. fluentassert/verify fluentassert/verify Public

    Extensible, type-safe, fluent assertion Go library.

    Go 39 1

  6. Parameterized Object Mother in C# as... Parameterized Object Mother in C# as an alternative to Test Data Builder pattern (thanks to named arguments with default values)
    1
    public static class AddressObjectMother
    2
    {
    3
        public static Address Create(string street = "", string city = "", PostCode postCode = null)
    4
        {
    5
            if (postCode == null)