...
Tawesoft Logo

Source file src/tawesoft.co.uk/go/tawesoft.go

Documentation: src/tawesoft.co.uk/go/tawesoft.go

     1  /*
     2  A monorepo for small Go modules maintained by Tawesoft®
     3  
     4  This is permissively-licensed open source software but exact licenses may vary between modules.
     5  
     6  For license information, documentation, source code, support, links, etc. please see
     7  https://www.tawesoft.co.uk/go
     8  */
     9  package tawesoft
    10  
    11  import (
    12      _ "tawesoft.co.uk/go/dialog"
    13      _ "tawesoft.co.uk/go/drop"
    14      _ "tawesoft.co.uk/go/email"
    15      _ "tawesoft.co.uk/go/glcaps"
    16      _ "tawesoft.co.uk/go/grace"
    17      _ "tawesoft.co.uk/go/humanizex"
    18      _ "tawesoft.co.uk/go/legacy/email"
    19      _ "tawesoft.co.uk/go/loader"
    20      _ "tawesoft.co.uk/go/log"
    21      _ "tawesoft.co.uk/go/log/zerolog"
    22      _ "tawesoft.co.uk/go/lxstrconv"
    23      _ "tawesoft.co.uk/go/operator"
    24      _ "tawesoft.co.uk/go/queue"
    25      _ "tawesoft.co.uk/go/router"
    26      _ "tawesoft.co.uk/go/sqlp"
    27      _ "tawesoft.co.uk/go/sqlp/sqlite3"
    28      _ "tawesoft.co.uk/go/variadic"
    29      _ "tawesoft.co.uk/go/ximage"
    30      _ "tawesoft.co.uk/go/ximage/xcolor"
    31  )
    32  

View as plain text