Browse free open source Go Hardware Drivers and projects below. Use the toggles on the left to filter open source Go Hardware Drivers by OS, license, language, programming language, and project status.

  • Hire, pay, and manage your global workforce Icon
    Hire, pay, and manage your global workforce

    Velocity Global’s Employer of Record (EOR) solution makes it simple to compliantly hire, pay, and manage employees across 185+ countries.

    Our Global Work Platform™ allows you to engage talent, streamline onboarding, pay your people, and ensure compliance—all with the click of a button. Let our platform handle the heavy lifting so your team can focus on what they do best. Employers can onboard new, diverse voices to create dynamic teams. Talent can explore a new country while maintaining the job they know and love. Velocity Global removes the friction of remote work. Provide on-time and accurate payroll to your distributed teams, no matter where they are, through our Employer of Record solution. Quickly and easily classify talent and engage contractors with one expert assessment. Manage and pay your contractors and stay in compliance with local labor laws. Compliantly pay your international teams with one easy-to-use platform.
    Learn More
  • File Synchronization, File Replication and File Archiving software solutions. Icon
    File Synchronization, File Replication and File Archiving software solutions.

    SIMPLIFY CRITICAL FILE TRANSFERS

    SureSync is a file replication and synchronization application that provides one-way and multi-way processing in both scheduled and real-time modes.
    Learn More
  • 1
    SulinOS

    SulinOS

    Indipendent distro uses inary package system. Sulin is roolling donkey

    Sulin is rolling donkey Gitlab: https://gitlab.com/sulinos Github: https://github.com/sulinos Telegram: https://t.me/sulinos powered by donkey team
    Downloads: 46 This Week
    Last Update:
    See Project
  • 2
    MongoDB Go Driver

    MongoDB Go Driver

    The Go driver for MongoDB

    The MongoDB supported driver for Go. The recommended way to get started using the MongoDB Go driver is by using go modules to install the dependency in your project. This can be done either by importing packages from go.mongodb.org/mongo-driver and having the build step install the dependency. When using a version of Go that does not support modules, the driver can be installed using dep. To get started with the driver, import the mongo package and create a mongo.Client with the Connect function. For more advanced configuration and authentication, see the documentation for mongo. To insert a document into a collection, first retrieve a Database and then Collection instance from the Client. The Collection instance can then be used to insert documents. The driver tests can be run against several database configurations. The most simple configuration is a standalone mongod with no auth, no ssl, and no compression.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    pq

    pq

    Pure Go Postgres driver for database/sql

    In most cases clients will use the database/sql package instead of using this package directly. Similarly to libpq, when establishing a connection using pq you are expected to supply a connection string containing zero or more parameters. A subset of the connection parameters supported by libpq are also supported by pq. Additionally, pq also lets you specify run-time parameters (such as search_path or work_mem) directly in the connection string. This is different from libpq, which does not allow run-time parameters in the connection string, instead requiring you to supply them in the options parameter. database/sql does not dictate any specific format for parameter markers in query strings, and pq uses the Postgres-native ordinal markers. For additional instructions on querying see the documentation for the database/sql package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next