...
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  FROZEN - PLEASE MIGRATE
    10  
    11  These packages are moving to https://github.com/tawesoft/golib.
    12  
    13  This is to increase security against possible supply chain attacks such as our domain name expiring in the future and being registered by someone else.
    14  
    15  Please migrate to https://github.com/tawesoft/golib (when available) instead.
    16  
    17  Most programs relying on a package in this monorepo, such as the dialog or lxstrconv packages, will continue to work for the foreseeable future.
    18  
    19  Rarely used packages have been hidden for now - they are in the git commit history at https://github.com/tawesoft/go if you need to resurrect one.
    20  
    21  */
    22  package tawesoft
    23  
    24  import (
    25      _ "tawesoft.co.uk/go/dialog"
    26      _ "tawesoft.co.uk/go/glcaps"
    27      _ "tawesoft.co.uk/go/humanizex"
    28      _ "tawesoft.co.uk/go/lxstrconv"
    29      _ "tawesoft.co.uk/go/operator"
    30  )
    31  

View as plain text