ctrl-alt-h
alt-b
. |
. |
The MIT License (MIT) | |
Copyright (c) 2015 Francis Batac | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is | |
furnished to do so, subject to the following conditions: |
. |
. |
☻ ./labyrinth daedalus --help ruby-2.2.0p0 master 109bbc4 ✗ | |
panic: shorthand redefinition | |
goroutine 1 [running]: | |
github.com/spf13/pflag.(*FlagSet).AddFlag(0xc20805ab80, 0xc2080a0510) | |
/Users/carlisiacampos/devgo/src/github.com/spf13/pflag/flag.go:545 +0xb8f | |
github.com/spf13/cobra.func·019(0xc2080a0510) | |
/Users/carlisiacampos/devgo/src/github.com/spf13/cobra/command.go:1069 +0x8c | |
github.com/spf13/pflag.(*FlagSet).VisitAll(0xc20805ac80, 0xc208063770) | |
/Users/carlisiacampos/devgo/src/github.com/spf13/pflag/flag.go:234 +0x88 |
~/devgo/src/github.com/carlisia/gc6-carlisia | |
☻ cat commands/author.go ruby-2.2.0p0 master 109bbc4 ✗ | |
// Copyright © 2015 Steve Francia <[email protected]>. | |
// | |
// Licensed under the Apache License, Version 2.0 (the "License"); | |
// you may not use this file except in compliance with the License. | |
// You may obtain a copy of the License at | |
// | |
// http://www.apache.org/licenses/LICENSE-2.0 | |
// |
~/devgo/src/github.com/carlisia/gc6-carlisia | |
☻ cat commands/labyrinth.go ruby-2.2.0p0 master 109bbc4 ✗ | |
// Copyright © 2015 Steve Francia <[email protected]>. | |
// | |
// Licensed under the Apache License, Version 2.0 (the "License"); | |
// you may not use this file except in compliance with the License. | |
// You may obtain a copy of the License at | |
// | |
// http://www.apache.org/licenses/LICENSE-2.0 | |
// |