Directories
      ¶
    
    | Path | Synopsis | 
|---|---|
| 
       alecthomas
        | 
      |
| 
         
          
            units
            
            
          
           
      Package units provides helpful unit multipliers and functions for Go. 
         | 
      Package units provides helpful unit multipliers and functions for Go. | 
| 
       axgle
        | 
      |
| 
         
          
            mahonia
            
            
          
           
      This package is a character-set conversion library for Go. 
         | 
      This package is a character-set conversion library for Go. | 
| 
         
          
            mahonia/mahoniconv
            
            command
          
          
         
       | 
      |
| 
       bgentry
        | 
      |
| 
         
          
            speakeasy/example
            
            command
          
          
         
       | 
      |
| 
       cryptix
        | 
      |
| 
       davecgh
        | 
      |
| 
         
          
            go-spew/spew
            
            
          
           
      Package spew implements a deep pretty printer for Go data structures to aid in debugging. 
         | 
      Package spew implements a deep pretty printer for Go data structures to aid in debugging. | 
| 
       disintegration
        | 
      |
| 
         
          
            imaging
            
            
          
           
      Package imaging provides basic image processing functions (resize, rotate, crop, brightness/contrast adjustments, etc.). 
         | 
      Package imaging provides basic image processing functions (resize, rotate, crop, brightness/contrast adjustments, etc.). | 
| 
       fogleman
        | 
      |
| 
         
          
            gg
            
            
          
           
      Package gg provides a simple API for rendering 2D graphics in pure Go. 
         | 
      Package gg provides a simple API for rendering 2D graphics in pure Go. | 
| 
       gavv
        | 
      |
| 
         
          
            monotime
            
            
          
           
      Package monotime provides functions to access monotonic clock source. 
         | 
      Package monotime provides functions to access monotonic clock source. | 
| 
       golang
        | 
      |
| 
         
          
            freetype
            
            
          
           
      The freetype package provides a convenient API to draw text onto an image. 
         | 
      The freetype package provides a convenient API to draw text onto an image. | 
| 
         
          
            freetype/raster
            
            
          
           
      Package raster provides an anti-aliasing 2-D rasterizer. 
         | 
      Package raster provides an anti-aliasing 2-D rasterizer. | 
| 
         
          
            freetype/truetype
            
            
          
           
      Package truetype provides a parser for the TTF and TTC file formats. 
         | 
      Package truetype provides a parser for the TTF and TTC file formats. | 
| 
       gosexy
        | 
      |
| 
       jacobsa
        | 
      |
| 
         
          
            oglematchers
            
            
          
           
      Package oglematchers provides a set of matchers useful in a testing or mocking framework. 
         | 
      Package oglematchers provides a set of matchers useful in a testing or mocking framework. | 
| 
         
          
            oglemock/createmock
            
            command
          
           
      createmock is used to generate source code for mock versions of interfaces from installed packages. 
         | 
      createmock is used to generate source code for mock versions of interfaces from installed packages. | 
| 
         
          
            oglemock/generate
            
            
          
           
      Package generate implements code generation for mock classes. 
         | 
      Package generate implements code generation for mock classes. | 
| 
         
          
            oglemock/generate/test_cases/complicated_pkg
            
            
          
           
      Package complicated_pkg contains an interface with lots of interesting cases, for use in integration testing. 
         | 
      Package complicated_pkg contains an interface with lots of interesting cases, for use in integration testing. | 
| 
         
          
            oglemock/generate/test_cases/renamed_pkg
            
            
          
           
      A package that calls itself something different than its package path would have you believe. 
         | 
      A package that calls itself something different than its package path would have you believe. | 
| 
         
          
            ogletest
            
            
          
           
      Package ogletest provides a framework for writing expressive unit tests. 
         | 
      Package ogletest provides a framework for writing expressive unit tests. | 
| 
         
          
            ogletest/srcutil
            
            
          
           
      Functions for working with source code. 
         | 
      Functions for working with source code. | 
| 
         
          
            reqtrace
            
            
          
           
      Package reqtrace contains a very simple request tracing framework. 
         | 
      Package reqtrace contains a very simple request tracing framework. | 
| 
       jtolds
        | 
      |
| 
         
          
            gls
            
            
          
           
      Package gls implements goroutine-local storage. 
         | 
      Package gls implements goroutine-local storage. | 
| 
       linuxdeepin
        | 
      |
| 
         
          
            go-dbus-factory/_tool/generator
            
            command
          
          
         
       | 
      |
| 
         
          
            go-dbus-factory/_tool/prop_gen
            
            command
          
          
         
       | 
      |
| 
         
          
            go-x11-client/tools/gen
            
            command
          
          
         
       | 
      |
| 
       mattn
        | 
      |
| 
         
          
            go-sqlite3
            
            
          
           
      Package sqlite3 provides interface to SQLite3 databases. 
         | 
      Package sqlite3 provides interface to SQLite3 databases. | 
| 
         
          
            go-sqlite3/_example/hook
            
            command
          
          
         
       | 
      |
| 
         
          
            go-sqlite3/_example/mod_regexp
            
            command
          
          
         
       | 
      |
| 
         
          
            go-sqlite3/_example/mod_vtable
            
            command
          
          
         
       | 
      |
| 
         
          
            go-sqlite3/_example/simple
            
            command
          
          
         
       | 
      |
| 
       msteinert
        | 
      |
| 
         
          
            pam
            
            
          
           
      Package pam provides a wrapper for the PAM application API. 
         | 
      Package pam provides a wrapper for the PAM application API. | 
| 
       nfnt
        | 
      |
| 
         
          
            resize
            
            
          
           
      Package resize implements various image resizing methods. 
         | 
      Package resize implements various image resizing methods. | 
| 
       pmezard
        | 
      |
| 
         
          
            go-difflib/difflib
            
            
          
           
      Package difflib is a partial port of Python difflib module. 
         | 
      Package difflib is a partial port of Python difflib module. | 
| 
       smartystreets
        | 
      |
| 
         
          
            assertions
            
            
          
           
      Package assertions contains the implementations for all assertions which are referenced in goconvey's `convey` package (github.com/smartystreets/goconvey/convey) and gunit (github.com/smartystreets/gunit) for use with the So(...) method. 
         | 
      Package assertions contains the implementations for all assertions which are referenced in goconvey's `convey` package (github.com/smartystreets/goconvey/convey) and gunit (github.com/smartystreets/gunit) for use with the So(...) method. | 
| 
         
          
            assertions/should
            
            
          
           
      package should is simply a rewording of the assertion functions in the assertions package. 
         | 
      package should is simply a rewording of the assertion functions in the assertions package. | 
| 
         
          
            goconvey
            
            command
          
           
      This executable provides an HTTP server that watches for file system changes to .go files within the working directory (and all nested go packages). 
         | 
      This executable provides an HTTP server that watches for file system changes to .go files within the working directory (and all nested go packages). | 
| 
         
          
            goconvey/convey
            
            
          
           
      Package convey contains all of the public-facing entry points to this project. 
         | 
      Package convey contains all of the public-facing entry points to this project. | 
| 
         
          
            goconvey/convey/gotest
            
            
          
           
      Package gotest contains internal functionality. 
         | 
      Package gotest contains internal functionality. | 
| 
         
          
            goconvey/convey/reporting
            
            
          
           
      Package reporting contains internal functionality related to console reporting and output. 
         | 
      Package reporting contains internal functionality related to console reporting and output. | 
| 
         
          
            goconvey/examples
            
            
          
           
      Package examples contains, well, examples of how to use goconvey to specify behavior of a system under test. 
         | 
      Package examples contains, well, examples of how to use goconvey to specify behavior of a system under test. | 
| 
         
          
            goconvey/web/server/watch/integration_testing
            
            command
          
           
      This file's only purpose is to provide a realistic environment from which to run integration tests against the Watcher. 
         | 
      This file's only purpose is to provide a realistic environment from which to run integration tests against the Watcher. | 
| 
         
          
            goconvey/web/server/watch/integration_testing/sub
            
            
          
           
      This file's only purpose is to provide a realistic environment from which to run integration tests against the Watcher. 
         | 
      This file's only purpose is to provide a realistic environment from which to run integration tests against the Watcher. | 
| 
       stretchr
        | 
      |
| 
         
          
            objx
            
            
          
           
      objx - Go package for dealing with maps, slices, JSON and other data. 
         | 
      objx - Go package for dealing with maps, slices, JSON and other data. | 
| 
         
          
            testify
            
            
          
           
      Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. 
         | 
      Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. | 
| 
         
          
            testify/_codegen
            
            command
          
          
         
       | 
      |
| 
         
          
            testify/assert
            
            
          
           
      Package assert provides a set of comprehensive testing tools for use with the normal Go testing system. 
         | 
      Package assert provides a set of comprehensive testing tools for use with the normal Go testing system. | 
| 
         
          
            testify/http
            
            
          
           
      Package http DEPRECATED USE net/http/httptest 
         | 
      Package http DEPRECATED USE net/http/httptest | 
| 
         
          
            testify/mock
            
            
          
           
      Package mock provides a system by which it is possible to mock your objects and verify calls are happening as expected. 
         | 
      Package mock provides a system by which it is possible to mock your objects and verify calls are happening as expected. | 
| 
         
          
            testify/require
            
            
          
           
      Package require implements the same assertions as the `assert` package but stops test execution when a test fails. 
         | 
      Package require implements the same assertions as the `assert` package but stops test execution when a test fails. | 
| 
         
          
            testify/suite
            
            
          
           
      Package suite contains logic for creating testing suite structs and running the methods on those structs as tests. 
         | 
      Package suite contains logic for creating testing suite structs and running the methods on those structs as tests. | 
 Click to show internal directories. 
   Click to hide internal directories.