Suppose you want to compute the hash value of the password string variable using the bcrypt package.
Please place the steps below in the correct order to properly use the bcrypt package within your Go project, compute the hash value of a password, and print it.
Take notice that for this task, the
package main statement has been omitted. Error handling has been omitted as well.