This is the Linux app named gomodifytags whose latest release can be downloaded as v1.16.0.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named gomodifytags with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
gomodifytags
DESCRIPTION
Go tool to modify/update field tags in structs. gomodifytags makes it easy to update, add or delete the tags in a struct field. You can easily add new tags, update existing tags (such as appending a new key, i.e: db, xml, etc..) or remove existing tags. It also allows you to add and remove tag options. It's intended to be used by an editor, but also has modes to run it from the terminal. Read the usage section below for more information. This accepts the struct name. i.e: -struct Server. The name should be a valid type name. The -struct flag selects the whole struct, and thus it will operate on all fields. There are many options on how you can change the struct. Let us start by adding tags. By default changes will be printed to stdout and can be used for dry-run your changes before making destructive changes. If you want to change it permanently, pass the -w (write) flag.
Features
- You can disable printing the results to stdout with the --quiet flag
- By default a struct tag's value is transformed from a struct's field and used directly
- You can also pass a static value for each fields
- To add options to for a given key, we use the -add-options flag
- By default all fields are processed
- You can remove multiple tags
Programming Language
Go
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/gomodifytags.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.